We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b54a05 commit 1c584e7Copy full SHA for 1c584e7
spec/support/CurrentSpecReporter.js
@@ -22,6 +22,8 @@ const flakyTests = [
22
"Email Verification Token Expiration: sets the _email_verify_token_expires_at and _email_verify_token fields after user SignUp",
23
// Expected 0 to be 1.
24
"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",
27
];
28
29
/** The minimum execution time in seconds for a test to be considered slow. */
0 commit comments