We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e70c0 commit 472d524Copy full SHA for 472d524
1 file changed
cuda_bindings/tests/test_cuda.py
@@ -40,7 +40,7 @@ def callableBinary(name):
40
return shutil.which(name) is not None
41
42
43
-@pytest.mark.skipif(True, reason="Always skip!")
+@pytest.mark.skipif(True, reason="Always skipped test canary")
44
def test_always_skip():
45
pass
46
0 commit comments