Index: test/cctest/test-heap.cc |
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc |
index 074432288d86ec4efce74ecececdf15d64e4ea2f..83b45ab28a3eb0395e439a8a866ac84f80c48328 100644 |
--- a/test/cctest/test-heap.cc |
+++ b/test/cctest/test-heap.cc |
@@ -3068,6 +3068,10 @@ TEST(Regress169209) { |
i::FLAG_allow_natives_syntax = true; |
i::FLAG_flush_code_incrementally = true; |
+ // Disable loading the i18n extension which breaks the assumptions of this |
+ // test about the heap layout. |
+ i::FLAG_enable_i18n = false; |
+ |
CcTest::InitializeVM(); |
Isolate* isolate = Isolate::Current(); |
Heap* heap = isolate->heap(); |