Skip to content

Commit 472d524

Browse files
authored
Apply suggestion from @mdboom
1 parent 78e70c0 commit 472d524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/tests/test_cuda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def callableBinary(name):
4040
return shutil.which(name) is not None
4141

4242

43-
@pytest.mark.skipif(True, reason="Always skip!")
43+
@pytest.mark.skipif(True, reason="Always skipped test canary")
4444
def test_always_skip():
4545
pass
4646

0 commit comments

Comments
 (0)