diff options
-rwxr-xr-x | scripts/fuzz_opt.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 54c24be86..15c052937 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -767,8 +767,10 @@ class CompareVMs(TestCaseHandler): D8(), D8Liftoff(), D8TurboFan(), - Wasm2C(), - Wasm2C2Wasm()] + # FIXME: Temprorary disable. See issue #4741 for more details + # Wasm2C(), + # Wasm2C2Wasm() + ] def handle_pair(self, input, before_wasm, after_wasm, opts): before = self.run_vms(before_wasm) |