Skip to content

Commit e7bcd63

Browse files
chore: skip unnecessary win test
1 parent e8ad771 commit e7bcd63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,10 +2267,12 @@ def test_fstring():
22672267
run(dpath("test_fstring"), targets=["SID23454678.txt"])
22682268

22692269

2270+
@skip_on_windows # OS independent
22702271
def test_priority():
22712272
run(dpath("test_priority"), cores=1)
22722273

22732274

2275+
@skip_on_windows # OS independent
22742276
def test_priority_invalid():
22752277
run(dpath("test_priority_invalid"), shouldfail=True)
22762278

0 commit comments

Comments
 (0)