From 9e14146fb2b4838afbcb0caf9e1d514372115630 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 15 Jun 2016 14:16:42 -0400 Subject: [PATCH] temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47 --- test/e2e/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/runner.js b/test/e2e/runner.js index 1ea8be268..29ebd4452 100644 --- a/test/e2e/runner.js +++ b/test/e2e/runner.js @@ -12,7 +12,7 @@ if (args.indexOf('--config') === -1) { args = args.concat(['--config', 'build/nightwatch.config.js']) } if (args.indexOf('--env') === -1) { - args = args.concat(['--env', 'chrome,firefox,phantomjs']) + args = args.concat(['--env', 'chrome,phantomjs']) } var i = args.indexOf('--test') if (i > -1) {