Skip to content

Commit d87c1ac

Browse files
authored
mark test_fs_dev_random as crossplatform (#23116)
Disable it on Windows. It wasn't running there before #23088
1 parent 102fe54 commit d87c1ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_other.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6105,7 +6105,10 @@ def test_fs_bad_lookup(self):
61056105

61066106
@also_with_wasmfs
61076107
@also_with_noderawfs
6108+
@crossplatform
61086109
def test_fs_dev_random(self):
6110+
if WINDOWS and self.get_setting('NODERAWFS'):
6111+
self.skipTest('Crashes on Windows and NodeFS')
61096112
self.do_runf('fs/test_fs_dev_random.c', 'success')
61106113

61116114
@parameterized({

0 commit comments

Comments
 (0)