Skip to content

Commit

Permalink
re-introduce smoke-test retries
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcranny committed Nov 5, 2024
1 parent e5a3ca1 commit 28d5222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/smoke-tests/smoke-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const yarnInstall = (coreZipPath, workdir) => {
};

describe('smoke tests - setup will take some time', function () {
// this.retries(3);
this.retries(3);

const context = {
// Global context that will be available for all test cases in this test suite
Expand Down

0 comments on commit 28d5222

Please sign in to comment.