diff --git a/test/decorators.py b/test/decorators.py index 5e176208fa931..525596ccaac4a 100644 --- a/test/decorators.py +++ b/test/decorators.py @@ -579,10 +579,6 @@ def metafunc(self, mode, *args, **kwargs): if DEBUG: print('parameterize:eh_mode=%s' % mode) if mode in {'wasm', 'wasm_legacy'}: - # FIXME Remove this after - # https://github.com/emscripten-core/emscripten/issues/27442 is fixed - self.skipTest('https://github.com/emscripten-core/emscripten/issues/27442') - # Wasm EH is currently supported only in wasm backend and V8 if self.is_wasm2js(): self.skipTest('wasm2js does not support wasm EH/SjLj') self.cflags.append('-fwasm-exceptions')