Index: test/runner/browser/expanded_reporter_test.dart |
diff --git a/test/runner/browser/expanded_reporter_test.dart b/test/runner/browser/expanded_reporter_test.dart |
index 06ca54739482f159a3231a72ff74924f0cac3843..f505d726c8acf1ae765412f9b0f37d191b9dac42 100644 |
--- a/test/runner/browser/expanded_reporter_test.dart |
+++ b/test/runner/browser/expanded_reporter_test.dart |
@@ -35,5 +35,5 @@ void main() { |
test.stdout.fork().expect(consumeThrough(contains("[VM]"))); |
test.stdout.expect(consumeThrough(contains("[Dartium Content Shell]"))); |
test.shouldExit(0); |
- }); |
+ }, tags: ['content-shell']); |
} |