fix(benchpress): fix flake

memory was not allocated to be high enough, resulting in partial results to be
clipped, and therefore failing the assertions

Closes #6161
This commit is contained in:
Hank Duan
2015-12-28 17:47:49 -08:00
parent d116861c8e
commit 9d28147acb
3 changed files with 3 additions and 5 deletions

View File

@ -30,8 +30,5 @@ fi
./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS
./node_modules/.bin/protractor protractor-js.conf.js $OPTIONS --benchmark --dryrun
# 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
./node_modules/.bin/protractor dist/js/cjs/benchpress/test/firefox_extension/conf.js