diff --git a/test/daemon_test.dart b/test/daemon_test.dart index bcb4691e..00fed103 100644 --- a/test/daemon_test.dart +++ b/test/daemon_test.dart @@ -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)));