Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 68cea9bf522d5e396e728ede7148796bb30ddfb4..aef10f1f7a98938e7425b2b88654b2c64128d764 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -781,6 +781,10 @@ static void InstallIsBaselineCompiledHelper(v8::Isolate* isolate) { |
} |
TEST(IgnitionBaselineOnReturn) { |
+ // TODO(4280): Remove this entire test once --ignition-preserve-bytecode is |
+ // the default and the flag is removed. This test doesn't provide benefit any |
+ // longer once {InterpreterActivationsFinder} is gone. |
+ if (FLAG_ignition_preserve_bytecode) return; |
FLAG_allow_natives_syntax = true; |
FLAG_always_opt = false; |
CcTest::InitializeVM(); |