| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index 4382c10d14f46ee218a806cb136524d3ad3da2cb..484eb8e3fb1aabef97521f31bbb3dc113e3fd0ac 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -6643,11 +6643,6 @@ TEST(ScriptCollectedEventContext) {
|
| script_collected_message_count = 0;
|
| v8::HandleScope scope(isolate);
|
|
|
| - // TODO(mstarzinger): This test relies explicit GCs being the only
|
| - // ones triggered. Remove this temporary workaround once we skip
|
| - // running cctests on the GC stress builder.
|
| - i::FLAG_gc_interval = -1;
|
| -
|
| v8::Persistent<v8::Context> context;
|
| {
|
| v8::HandleScope scope(isolate);
|
|
|