Skip to content

Commit

Permalink
test: automatically retry any failed integration tests (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Sep 7, 2022
1 parent 9189727 commit 4d1f6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/integration-metrics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function isListening(port, attempt = 0) {
}

describe('Metrics SDK Integration Tests', function () {
this.retries(2);

const sockets = new Set();

let server;
Expand Down

0 comments on commit 4d1f6b2

Please sign in to comment.