| Index: runtime/observatory/tests/service/test_helper.dart
|
| diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
|
| index 28c31ade66c40bada310e2d91fe014b649564b04..df140c525009ca782ffa65b57fbef5b261fd61fe 100644
|
| --- a/runtime/observatory/tests/service/test_helper.dart
|
| +++ b/runtime/observatory/tests/service/test_helper.dart
|
| @@ -102,10 +102,6 @@ class _ServiceTesteeLauncher {
|
| assert(trace_service != null);
|
| assert(trace_compiler != null);
|
|
|
| - // TODO(turnidge): I have temporarily turned on service tracing for
|
| - // all tests to help diagnose flaky tests.
|
| - trace_service = true;
|
| -
|
| if (_shouldLaunchSkyShell()) {
|
| return _spawnSkyProcess(pause_on_start,
|
| pause_on_exit,
|
|
|