diff --git a/tests/test_other.py b/tests/test_other.py index af8687bc7b2f2..19340ee825a30 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -7442,6 +7442,7 @@ def test_noderawfs_disables_embedding(self): err = self.expect_fail(base + ['--embed-file', 'somefile']) self.assertContained(expected, err) + @disabled('/~https://github.com/nodejs/node/issues/18265') def test_node_code_caching(self): self.run_process([EMCC, path_from_root('tests', 'hello_world.c'), '-s', 'NODE_CODE_CACHING',