Skip to content

Commit 3d4df5b

Browse files
authored
Disable test_fcntl_open under windows + noderawfs. NFC (#23241)
1 parent 89f7c26 commit 3d4df5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5544,7 +5544,10 @@ def test_fcntl(self):
55445544
self.do_run_in_out_file_test('fcntl/test_fcntl.c')
55455545

55465546
@also_with_nodefs_both
5547+
@crossplatform
55475548
def test_fcntl_open(self):
5549+
if '-DNODERAWFS' in self.emcc_args and WINDOWS:
5550+
self.skipTest('currently failing under windows and noderawfs')
55485551
self.do_run_in_out_file_test('fcntl/test_fcntl_open.c')
55495552

55505553
@also_with_wasm_bigint

0 commit comments

Comments
 (0)