Commit 8c9e18ad authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Workaround for package:test bug (#8304)

Works around https://github.com/dart-lang/test/issues/545
parent 73e079fe
......@@ -35,7 +35,7 @@ typedef dynamic Generator();
void testUsingContext(String description, dynamic testMethod(), {
Timeout timeout,
Map<Type, Generator> overrides: const <Type, Generator>{},
bool skip: false,
bool skip, // should default to `false`, but https://github.com/dart-lang/test/issues/545 doesn't allow this
}) {
test(description, () async {
AppContext testContext = new AppContext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment