Skip to content

Commit

Permalink
Mark a test as skipped.
Browse files Browse the repository at this point in the history
The test is broken by dart-lang/sdk#28015.
  • Loading branch information
nex3 committed Dec 7, 2016
1 parent 1034b67 commit 3dc117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void main() {
p.join("foo", "baz", "bang"),
p.join("foo", "baz", "qux")
])));
});
}, skip: "Broken by sdk#28015.");

test("lists a subdirectory that sometimes exists", () {
d.dir("top", [
Expand Down

0 comments on commit 3dc117d

Please sign in to comment.