Skip to content

Commit 9430488

Browse files
committed
Disable test_fs_mkdir_dotdot on windows. NFC
This test was recently added in emscripten-core#23136 but the test fails on windows due to errno mismatch. See emscripten-core#8882.
1 parent b330159 commit 9430488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,6 +5859,8 @@ def test_fs_rename_on_existing(self):
58595859
self.do_runf('fs/test_fs_rename_on_existing.c', 'success')
58605860

58615861
@also_with_nodefs_both
5862+
@crossplatform
5863+
@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
58625864
def test_fs_mkdir_dotdot(self):
58635865
self.do_runf('fs/test_fs_mkdir_dotdot.c', 'success')
58645866

0 commit comments

Comments
 (0)