Index: test/runner/signal_test.dart |
diff --git a/test/runner/signal_test.dart b/test/runner/signal_test.dart |
index 1211b709c6e7066750b6170ef1e8e6d8172722f7..42c99c2b2b80038c3b2db0dbeef68ee83087eb93 100644 |
--- a/test/runner/signal_test.dart |
+++ b/test/runner/signal_test.dart |
@@ -50,7 +50,7 @@ void main() { |
signalAndQuit(test); |
expectTempDirEmpty(); |
- }); |
+ }, tags: "chrome"); |
test("exits immediately if ^C is sent twice", () { |
d.file("test.dart", """ |
@@ -155,7 +155,7 @@ void main() { |
signalAndQuit(test); |
expectTempDirEmpty(); |
- }); |
+ }, tags: "content-shell"); |
test("kills a VM test immediately if ^C is sent twice", () { |
d.file("test.dart", """ |