Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: test/run/resource_test.dart

Issue 2357263002: Update status for failing resource tests. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/global/run/resource_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/resource_test.dart
diff --git a/test/run/resource_test.dart b/test/run/resource_test.dart
index 9ea7dca899159ad18576c8ebd17260c67a1ef709..08a4b133631603240e42554185b19261aa48b2f7 100644
--- a/test/run/resource_test.dart
+++ b/test/run/resource_test.dart
@@ -54,7 +54,8 @@ main() async {
pub.stdout.expect("hello!");
pub.shouldExit(0);
- });
+ },
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446");
nweiz 2016/09/27 22:15:04 For future reference: If you want to skip all the
integration("the spawned application can load a dependency's resource", () {
d.dir("foo", [
@@ -90,7 +91,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 transformed resource', () {
serveBarback();
@@ -129,7 +131,8 @@ main() async {
pub.stdout.expect("hello!");
pub.shouldExit(0);
- });
+ },
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446");
integration('a snapshotted application can load a resource', () {
servePackages((builder) {
@@ -167,5 +170,6 @@ main() async {
pub.stdout.expect("hello!");
pub.shouldExit(0);
- });
+ },
+ skip: "Issue https://github.com/dart-lang/pub/issues/1446");
}
« no previous file with comments | « test/global/run/resource_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698