Fixed skip test check
This commit is contained in:
parent
ab7cf079a9
commit
21f4337d55
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def test_type_float_double_incorrect():
|
|||
|
||||
assert np.all(tensor_out.data() != arr_in_a * arr_in_b)
|
||||
|
||||
@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES"),
|
||||
@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES", ""),
|
||||
reason="Swiftshader doesn't support double")
|
||||
def test_type_double():
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue