Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
index cd0ca6064b90af3a7bfe41b0a35f779154f7610a..a18bff1e78d9d0db3fd843d60c69124c6862877a 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
+++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
@@ -4348,7 +4348,7 @@ TEST(HeapTest, HeapLinkedStack) { |
EXPECT_EQ(0u, pStack->size()); |
} |
-TEST(HeapTest, AllocationDuringFinalization) { |
+TEST(HeapTest, DISABLED_AllocationDuringFinalization) { |
clearOutOldGarbage(); |
IntWrapper::s_destructorCalls = 0; |
OneKiloByteObject::s_destructorCalls = 0; |