We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2109ea8 commit 3f03312Copy full SHA for 3f03312
cuda_bindings/tests/test_cufile.py
@@ -35,8 +35,6 @@ def platform_is_wsl():
35
36
if cufile is None:
37
pytest.skip("skipping tests on Windows", allow_module_level=True)
38
-else:
39
- pytest.skip("NEEDS DEBUGGING (unreleased-13.0)", allow_module_level=True)
40
41
if platform_is_wsl():
42
pytest.skip("skipping cuFile tests on WSL", allow_module_level=True)
0 commit comments