浏览代码

temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47

Evan You 10 年之前
父节点
当前提交
9e14146fb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/e2e/runner.js

+ 1 - 1
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) {