Skip to content

Commit

Permalink
Disable test_node_code_caching which fail on recent versions of node.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Feb 13, 2021
1 parent 38e04ec commit 7bbb317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7bbb317

Please sign in to comment.