Skip to content

Commit 5ad26bc

Browse files
committed
test(e2e): retry tests 1 times for transitions
1 parent 991a340 commit 5ad26bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/runner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ if (args.indexOf('-c') < 0) {
6363
function adaptArgv (argv) {
6464
// take every remaining argument and treat it as a test file
6565
// this allows to run `node test/e2e/runner.js test/e2e/basic.js`
66+
argv.retries = 1
6667
argv.test = argv['_'].slice(0)
6768

6869
if (argv.c === DEFAULT_CONFIG && argv.config === DEFAULT_CONFIG) {

0 commit comments

Comments
 (0)