Skip to content

Commit 356294d

Browse files
authored
Ensure test only runs if threads available.
1 parent 1a612f2 commit 356294d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/pytests/sli2py_regressions/test_ticket_293.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import pytest
2424

2525

26+
@pytest.mark.skipif_missing_threads
2627
def test_ticket_293():
2728
"""
2829
Regression test for Ticket #293.

0 commit comments

Comments
 (0)