| Index: test/runner/configuration/top_level_test.dart
|
| diff --git a/test/runner/configuration/top_level_test.dart b/test/runner/configuration/top_level_test.dart
|
| index 8a219513aaa70b681ec26ed37b0f3fce49f4ec18..3f1f571762dca7b4d9df3192e0fe3f953ae2a157 100644
|
| --- a/test/runner/configuration/top_level_test.dart
|
| +++ b/test/runner/configuration/top_level_test.dart
|
| @@ -334,7 +334,7 @@ transformers:
|
| test.stdout.expect(consumeThrough(contains('+1: All tests passed!')));
|
| test.shouldExit(0);
|
| pub.kill();
|
| - });
|
| + }, tags: 'pub');
|
|
|
| test("uses the specified concurrency", () {
|
| d.file("dart_test.yaml", JSON.encode({
|
|
|