Skip to content

Commit

Permalink
Added flavor param
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Jul 18, 2019
1 parent 0767c8b commit ae76861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/daemon_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ main() {
Directory.current = 'example';

await run.runTestsOnAll(daemonClient, devices, emulators, config, screens,
RunMode.normal, null);
RunMode.normal, null, kNoFlavor);
// allow other tests to continue
Directory.current = origDir;
}, timeout: Timeout(Duration(minutes: 4)));
Expand Down

0 comments on commit ae76861

Please sign in to comment.