Skip to content

Commit

Permalink
Fixed skip test check
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Mar 14, 2021
1 parent ab7cf07 commit 21f4337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_tensor_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():

Expand Down

0 comments on commit 21f4337

Please sign in to comment.