From ae768613339b622b865745188fa62da389a7c609 Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Thu, 18 Jul 2019 14:39:16 -0700 Subject: [PATCH] Added flavor param --- test/daemon_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));