Skip to content

Commit

Permalink
Do not retry specs
Browse files Browse the repository at this point in the history
Former-commit-id: a33f2ca42db83a4627bcd349c32b338c250d637f
  • Loading branch information
alisman authored and Adam Abeshouse committed Nov 29, 2021
1 parent 6333188 commit fc48e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions end-to-end-test/shared/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,13 @@ exports.config = {
framework: 'mocha',
//
// The number of times to retry the entire specfile when it fails as a whole
specFileRetries: 2,
specFileRetries: 0,
//
// Delay in seconds between the spec file retry attempts
// specFileRetriesDelay: 0,
//
// Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
specFileRetriesDeferred: true,
specFileRetriesDeferred: false,
//
// Test reporter for stdout.
// The only one supported by default is 'dot'
Expand Down

0 comments on commit fc48e38

Please sign in to comment.