| Index: test/runner/browser/compact_reporter_test.dart
|
| diff --git a/test/runner/browser/compact_reporter_test.dart b/test/runner/browser/compact_reporter_test.dart
|
| index 1abee2e95194e9bafa91a92426c2ab52c490b4be..796a03e70ff02e332a5f7ca64b4ccd27737d17bf 100644
|
| --- a/test/runner/browser/compact_reporter_test.dart
|
| +++ b/test/runner/browser/compact_reporter_test.dart
|
| @@ -34,5 +34,5 @@ void main() {
|
| test.stdout.expect(containsInOrder(["[VM]", "[Dartium Content Shell]"]));
|
|
|
| test.shouldExit(0);
|
| - });
|
| + }, tags: 'content-shell');
|
| }
|
|
|