Skip to content

Commit

Permalink
mark test_fs_dev_random as crossplatform (#23116)
Browse files Browse the repository at this point in the history
Disable it on Windows. It wasn't running there before #23088
  • Loading branch information
dschuff authored Dec 10, 2024
1 parent 102fe54 commit d87c1ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -6105,7 +6105,10 @@ def test_fs_bad_lookup(self):

@also_with_wasmfs
@also_with_noderawfs
@crossplatform
def test_fs_dev_random(self):
if WINDOWS and self.get_setting('NODERAWFS'):
self.skipTest('Crashes on Windows and NodeFS')
self.do_runf('fs/test_fs_dev_random.c', 'success')

@parameterized({
Expand Down

0 comments on commit d87c1ac

Please sign in to comment.