Skip to content

Commit 1c584e7

Browse files
committed
flaky test
1 parent 8b54a05 commit 1c584e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/support/CurrentSpecReporter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const flakyTests = [
2222
"Email Verification Token Expiration: sets the _email_verify_token_expires_at and _email_verify_token fields after user SignUp",
2323
// Expected 0 to be 1.
2424
"Email Verification Token Expiration: should send a new verification email when a resend is requested and the user is UNVERIFIED",
25+
// Expected 0 to be 1.
26+
"Email Verification Token Expiration: should match codes with emailVerifyTokenReuseIfValid",
2527
];
2628

2729
/** The minimum execution time in seconds for a test to be considered slow. */

0 commit comments

Comments
 (0)