From e73c8a7f82ea54bcc15faa085dc2d05d63a669e0 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 19 Oct 2016 14:13:22 -0700 Subject: [PATCH] Run observatory tests in --non-interactive (#3146) This patch is an attempt to fix a mysterious failure on the buildbot. --- shell/testing/observatory/launcher.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/testing/observatory/launcher.dart b/shell/testing/observatory/launcher.dart index 8e53db207e0..b2df0664b38 100644 --- a/shell/testing/observatory/launcher.dart +++ b/shell/testing/observatory/launcher.dart @@ -41,6 +41,7 @@ class ShellProcess { class ShellLauncher { final List args = [ '--observatory-port=0', + '--non-interactive', ]; final String shellExecutablePath; final String mainDartPath;