Skip to content

Commit 6eb3550

Browse files
committed
skip on windows
1 parent 154fbed commit 6eb3550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_other.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6107,6 +6107,8 @@ def test_fs_bad_lookup(self):
61076107
@also_with_noderawfs
61086108
@crossplatform
61096109
def test_fs_dev_random(self):
6110+
if WINDOWS and self.get_setting('NODERAWFS'):
6111+
self.skipTest('Crashes on Windows and NodeFS')
61106112
self.do_runf('fs/test_fs_dev_random.c', 'success')
61116113

61126114
@parameterized({

0 commit comments

Comments
 (0)