Skip to content

Commit bcacae5

Browse files
authored
Add skipif IS_WINDOWS for test_patterngen_seeds (NVIDIA#1456)
1 parent 43f2037 commit bcacae5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cuda_core/tests/test_helpers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ def test_latchkernel():
4747
log("done")
4848

4949

50+
@pytest.mark.skipif(
51+
IS_WINDOWS,
52+
reason="Extremely slow on Windows (issue #1455).",
53+
)
5054
@pytest.mark.skipif(
5155
under_compute_sanitizer(),
5256
reason="Too slow under compute-sanitizer (UVM-heavy test).",

0 commit comments

Comments
 (0)