chore(tests): disable flaky firefox test

Tracking issue is #5611
Closes #5817
This commit is contained in:
Tobias Bosch 2015-12-10 14:26:53 -08:00
parent e9e2a4152e
commit f0d876a873
1 changed files with 4 additions and 1 deletions

View File

@ -30,5 +30,8 @@ fi
./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS ./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS
./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS --benchmark --dryrun ./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS --benchmark --dryrun
./node_modules/.bin/protractor dist/js/cjs/benchpress/test/firefox_extension/conf.js # TODO(tbosch): tests for benchpress on firefox are disabled
# as they are very flake. Enable once https://github.com/angular/angular/issues/5611
# is resolved.
# ./node_modules/.bin/protractor dist/js/cjs/benchpress/test/firefox_extension/conf.js