Skip to content

Commit 3f81345

Browse files
committed
Disabling a broken test
1 parent a9584c8 commit 3f81345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_bindings/tests/test_cufile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,7 @@ def test_set_get_parameter_string():
19061906
cuda.cuDevicePrimaryCtxRelease(device)
19071907

19081908

1909+
@pytest.skip("Disabling")
19091910
@pytest.mark.skipif(
19101911
cufileVersionLessThan(1150), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
19111912
)

0 commit comments

Comments
 (0)