Skip to content

Commit 5abd6e3

Browse files
committed
TST: Skip another post-merge error
1 parent 675c41f commit 5abd6e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_core/tests/test_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def test_error_timing_recorded():
120120

121121

122122
# TODO: improve this once path finder can find headers
123+
@skipif_compute_sanitizer_is_running
123124
@pytest.mark.skipif(os.environ.get("CUDA_PATH") is None, reason="need libcu++ header")
124125
@pytest.mark.skipif(tuple(int(i) for i in np.__version__.split(".")[:2]) < (2, 1), reason="need numpy 2.1.0+")
125126
def test_error_timing_incomplete():

0 commit comments

Comments
 (0)