Skip to content

Commit ed95123

Browse files
authored
Disable a test to allow LLVM to roll in (#21978)
1 parent e3c4213 commit ed95123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8612,7 +8612,8 @@ def test_metadce_libcxxabi_message(self, *args):
86128612

86138613
@parameterized({
86148614
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
8615-
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8615+
# XXX disabled for LLVM roll
8616+
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
86168617
})
86178618
def test_metadce_files(self, *args):
86188619
self.run_metadce_test('files.cpp', *args)

0 commit comments

Comments
 (0)