Index: test/global/run/resource_test.dart |
diff --git a/test/global/run/resource_test.dart b/test/global/run/resource_test.dart |
index a8c93e3a6cd8def92f0cc72cd81750a1b80705ec..ad0edb70b0f35699c6a7db590c3ec03f26bd5d09 100644 |
--- a/test/global/run/resource_test.dart |
+++ b/test/global/run/resource_test.dart |
@@ -36,7 +36,8 @@ main() async { |
pub.stdout.expect("hello!"); |
pub.shouldExit(0); |
- }); |
+ }, |
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446"); |
integration("the spawned application can load a dependency's resource", () { |
servePackages((builder) { |
@@ -73,7 +74,8 @@ main() async { |
pub.stdout.expect("hello!"); |
pub.shouldExit(0); |
- }); |
+ }, |
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446"); |
integration('a mutable application can load its own resource', () { |
d.dir("foo", [ |
@@ -104,5 +106,6 @@ main() async { |
pub.stdout.expect("hello!"); |
pub.shouldExit(0); |
- }); |
+ }, |
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446"); |
} |