Skip to content

Commit

Permalink
Disable a test to allow LLVM to roll in (#21978)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed May 22, 2024
1 parent e3c4213 commit ed95123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8612,7 +8612,8 @@ def test_metadce_libcxxabi_message(self, *args):

@parameterized({
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
# XXX disabled for LLVM roll
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
})
def test_metadce_files(self, *args):
self.run_metadce_test('files.cpp', *args)
Expand Down

0 comments on commit ed95123

Please sign in to comment.