Skip to content

Commit

Permalink
test: remove commented out retries (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 8, 2021
1 parent db2f1ea commit 30bbd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/test.kitchen.ts
Expand Up @@ -50,7 +50,7 @@ describe('pack and install', () => {
it('should be able to use the d.ts', async function () {
// npm, once in a blue moon, fails during pack process. If this happens,
// we should be safe to retry.
//this.retries(3);
this.retries(3);
this.timeout(40000);
await packAndInstall();
});
Expand Down

0 comments on commit 30bbd69

Please sign in to comment.