| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 341459e2de3c4e732e3ddf38b3b1527f4cce6d50..8cb85a7c0478324a163f4d955d3f2d4961c82e03 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 find the
|
| + // 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();
|
|
|