Skip to content

Commit 942725c

Browse files
committed
Add a test that always skips to test this
1 parent 8e4bd69 commit 942725c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cuda_bindings/tests/test_cuda.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ def callableBinary(name):
4040
return shutil.which(name) is not None
4141

4242

43+
@pytest.mark.skipif(True, "Always skip!")
44+
def test_always_skip():
45+
pass
46+
47+
4348
def test_cuda_memcpy():
4449
# Get device
4550

0 commit comments

Comments
 (0)