We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19ab18 commit d603adcCopy full SHA for d603adc
cuda_bindings/tests/test_cufile.py
@@ -1906,6 +1906,7 @@ def test_set_get_parameter_string():
1906
cuda.cuDevicePrimaryCtxRelease(device)
1907
1908
1909
+@pytest.mark.skip("TODO: Failing in CI for an unknown reason. See #1147")
1910
@pytest.mark.skipif(
1911
cufileVersionLessThan(1150), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
1912
)
0 commit comments