Skip to content

Commit f7deec9

Browse files
committed
removing skip helper
1 parent 1da2c82 commit f7deec9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cuda_python_test_helpers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def _detect_wsl() -> bool:
1919

2020
IS_WSL: bool = _detect_wsl()
2121

22-
skip_on_wsl = pytest.mark.skipif(IS_WSL, reason="WSL does not support this test")
23-
2422

2523
def supports_ipc_mempool(device_id: Union[int, object]) -> bool:
2624
"""Return True if the driver accepts creating an IPC-enabled mempool.

0 commit comments

Comments
 (0)