Skip to content

Commit e6f4c9f

Browse files
committed
removing wsl generated errors from the tuple
1 parent ae3f200 commit e6f4c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/tests/test_graphics_apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_graphics_api_smoketest():
2525
if error_name == "cudaSuccess":
2626
assert int(gfx_resource) != 0
2727
else:
28-
assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown", "cudaErrorOperatingSystem")
28+
assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown")
2929

3030

3131
@pytest.mark.skipif(IS_WSL, reason="Graphics interop not supported on this platform")

0 commit comments

Comments
 (0)