| Index: pkg/scheduled_test/test/metatest.dart
|
| diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
|
| index 2dd50be98b879dae083a2f954d307f5a7e47aa71..624692956701e62ff81b85c5d78c9be48f768990 100644
|
| --- a/pkg/scheduled_test/test/metatest.dart
|
| +++ b/pkg/scheduled_test/test/metatest.dart
|
| @@ -115,6 +115,7 @@ Future<bool> get _inChildIsolate {
|
| /// Runs the test described by [description] in its own isolate. Returns a map
|
| /// describing the results of that test run.
|
| Future<Map> _runInIsolate(String description) {
|
| + // TODO(nweiz): Don't use path here once issue 8440 is fixed.
|
| var future = spawnUri(path.join(path.current, new Options().script))
|
| .call(description);
|
| // TODO(nweiz): Remove this timeout once issue 8417 is fixed and we can
|
|
|