Index: sdk/lib/_internal/pub/test/get/hosted/get_test.dart |
diff --git a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart |
index 58890c818377599f3a60f623bfa8f7797e6b0057..cfcdaca5d4a7ebbff256bb9aa2c0499fbb6a48d2 100644 |
--- a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart |
+++ b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart |
@@ -21,7 +21,7 @@ main() { |
d.packagesDir({"foo": "1.2.3"}).validate(); |
}); |
- integration('URL encodes the package name', () { |
+ solo_integration('URL encodes the package name', () { |
Bob Nystrom
2015/05/14 18:09:39
Oops!
nweiz
2015/05/14 22:08:01
Oops.
|
serveNoPackages(); |
d.appDir({"bad name!": "1.2.3"}).create(); |