diff --git a/test/test_core.py b/test/test_core.py index 2163d969cffc1..27580a512d9ae 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -5781,6 +5781,8 @@ def test_fs_write(self): def test_fs_emptyPath(self): self.do_run_in_out_file_test('fs/test_emptyPath.c') + @no_windows('https://github.com/emscripten-core/emscripten/issues/8882') + @crossplatform @also_with_noderawfs def test_fs_enotdir(self): self.do_run_in_out_file_test('fs/test_enotdir.c')