Re-enable retries

This commit is contained in:
Daniel Imms 2022-05-06 08:13:19 -07:00
parent a5f0a29527
commit de7062f173
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -17,7 +17,7 @@ export function setup(logger: Logger) {
describe('Terminal', function () {
// Retry tests 3 times to minimize build failures due to any flakiness
// this.retries(3);
this.retries(3);
// Shared before/after handling
installAllHandlers(logger);