ci: Fix flaky sendVerificationEmail tests (#9692)
This commit is contained in:
@@ -14,16 +14,6 @@ const flakyTests = [
|
||||
"ParseLiveQuery handle invalid websocket payload length",
|
||||
// Unhandled promise rejection: TypeError: message.split is not a function
|
||||
"rest query query internal field",
|
||||
// TypeError: Cannot read properties of undefined (reading 'link')
|
||||
"UserController sendVerificationEmail parseFrameURL not provided uses publicServerURL",
|
||||
// TypeError: Cannot read properties of undefined (reading 'link')
|
||||
"UserController sendVerificationEmail parseFrameURL provided uses parseFrameURL and includes the destination in the link parameter",
|
||||
// Expected undefined to be defined
|
||||
"Email Verification Token Expiration: sets the _email_verify_token_expires_at and _email_verify_token fields after user SignUp",
|
||||
// Expected 0 to be 1.
|
||||
"Email Verification Token Expiration: should send a new verification email when a resend is requested and the user is UNVERIFIED",
|
||||
// Expected 0 to be 1.
|
||||
"Email Verification Token Expiration: should match codes with emailVerifyTokenReuseIfValid",
|
||||
];
|
||||
|
||||
/** The minimum execution time in seconds for a test to be considered slow. */
|
||||
|
||||
Reference in New Issue
Block a user