Index: test/runner/tag_test.dart |
diff --git a/test/runner/tag_test.dart b/test/runner/tag_test.dart |
index 294e4eb739e6908eecea7e9bf40b7eeb838ad2e2..2af690c7dab026ff416224a85ad2a1ab2f655247 100644 |
--- a/test/runner/tag_test.dart |
+++ b/test/runner/tag_test.dart |
@@ -255,7 +255,7 @@ void main() { |
' a was used in the test "foo"'))); |
test.stdout.expect(never(startsWith("Warning:"))); |
test.shouldExit(0); |
- }); |
+ }, tags: "content-shell"); |
}); |
group("invalid tags", () { |