Index: test/cctest/test-api.cc |
=================================================================== |
--- test/cctest/test-api.cc (revision 172) |
+++ test/cctest/test-api.cc (working copy) |
@@ -1427,7 +1427,7 @@ |
// These tests run for a long time and prevent us from running tests |
// that come after them so they cannot run in parallel. |
-TEST(OutOfMemory) { |
+DISABLED_TEST(OutOfMemory) { |
// It's not possible to read a snapshot into a heap with different dimensions. |
v8::internal::Snapshot::DisableInternal(); |
// Set heap limits. |
@@ -1468,7 +1468,7 @@ |
} |
-TEST(OutOfMemoryNested) { |
+DISABLED_TEST(OutOfMemoryNested) { |
// It's not possible to read a snapshot into a heap with different dimensions. |
v8::internal::Snapshot::DisableInternal(); |
// Set heap limits. |