Skip to content

Commit 0186a3f

Browse files
authored
Disable test_fs_mkdir_dotdot on windows. NFC (#23223)
This test was recently added in #23136 but the test fails on windows due to errno mismatch. See #8882.
1 parent b330159 commit 0186a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

+2
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)