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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user