Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 341459e2de3c4e732e3ddf38b3b1527f4cce6d50..b37c519acb155fa3201cb4625537f6e456e9266a 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -11114,7 +11114,10 @@ void ApiTestFuzzer::TearDown() { |
// Lets not be needlessly self-referential. |
-TEST(Threading) { |
+TEST(Threading1) { |
+ // TODO(mstarzinger): Disabled in GC stress mode for now, we should fine the |
Jakob Kummerow
2013/02/06 12:55:56
nit: s/fine/find/
Michael Starzinger
2013/02/06 13:20:49
Done.
|
+ // correct timeout for this an re-enable this test again |
+ if (i::FLAG_stress_compaction) return; |
ApiTestFuzzer::SetUp(ApiTestFuzzer::FIRST_PART); |
ApiTestFuzzer::RunAllTests(); |
ApiTestFuzzer::TearDown(); |