We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f2037 commit bcacae5Copy full SHA for bcacae5
1 file changed
cuda_core/tests/test_helpers.py
@@ -47,6 +47,10 @@ def test_latchkernel():
47
log("done")
48
49
50
+@pytest.mark.skipif(
51
+ IS_WINDOWS,
52
+ reason="Extremely slow on Windows (issue #1455).",
53
+)
54
@pytest.mark.skipif(
55
under_compute_sanitizer(),
56
reason="Too slow under compute-sanitizer (UVM-heavy test).",
0 commit comments