Skip to content

Commit 10d4c7a

Browse files
committed
CI: Add note explaining test skip
1 parent b091340 commit 10d4c7a

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
@@ -25,6 +25,7 @@ def test_event_init_disabled():
2525
[
2626
True,
2727
]
28+
# The compute-sanitzer is running, and this test intentionally causes an API error.
2829
+ ([False, None] if os.environ.get("CUDA_PYTHON_SANITIZER_RUNNING", "0") != "1" else []),
2930
)
3031
def test_timing(init_cuda, enable_timing):

0 commit comments

Comments
 (0)