@@ -528,6 +528,13 @@ tests:
528528 sample_name : [sign-in-with-oauth]
529529 spec : sign-out-oidc-provider
530530 browser : [chrome]
531+ - test_name : integ_next_auth_token_revocation
532+ desc : ' Token Revocation'
533+ framework : next
534+ category : auth
535+ sample_name : [auth-rsc]
536+ spec : token-revocation
537+ browser : [chrome]
531538
532539 # AUTH GEN2
533540 - test_name : integ_react_javascript_authentication_gen2
@@ -622,13 +629,15 @@ tests:
622629 category : auth
623630 sample_name : [custom-auth]
624631 spec : custom-auth
632+ retry_count : 15
625633 browser : *minimal_browser_list
626634 - test_name : integ_next_auth_sign_in_with_sms_mfa
627635 desc : ' Resumable sign in with SMS MFA flow'
628636 framework : next
629637 category : auth
630638 sample_name : [mfa]
631639 spec : sign-in-resumable-mfa
640+ retry_count : 15
632641 browser : *minimal_browser_list
633642 env :
634643 NEXT_PUBLIC_BACKEND_CONFIG : resum-signin
@@ -837,20 +846,23 @@ tests:
837846 category : storage
838847 sample_name : [storage-gen2]
839848 spec : storage-gen2
849+ retry_count : 10
840850 browser : *minimal_browser_list
841851 - test_name : integ_react_storage_internal
842852 desc : ' React Storage Gen2 Internal APIs'
843853 framework : react
844854 category : storage
845855 sample_name : [storage-gen2-internal]
846856 spec : storage-gen2-internal
857+ retry_count : 10
847858 browser : *minimal_browser_list
848859 - test_name : integ_next_storage
849860 desc : ' Next Storage Auth'
850861 framework : next
851862 category : storage
852863 sample_name : [storage-auth]
853864 spec : storage-client-server
865+ retry_count : 10
854866 browser : [chrome] # firefox issues with secure cookies in cypress, manual testing works fine
855867
856868 # INAPPMESSAGING
@@ -913,6 +925,7 @@ tests:
913925 category : auth
914926 sample_name : [mfa]
915927 spec : mfa-req-email
928+ retry_count : 15
916929 browser : *minimal_browser_list
917930 env :
918931 NEXT_PUBLIC_BACKEND_CONFIG : mfa-req-email
@@ -922,6 +935,7 @@ tests:
922935 category : auth
923936 sample_name : [mfa]
924937 spec : mfa-req-phone
938+ retry_count : 15
925939 browser : *minimal_browser_list
926940 env :
927941 NEXT_PUBLIC_BACKEND_CONFIG : mfa-req-phone
@@ -931,6 +945,7 @@ tests:
931945 category : auth
932946 sample_name : [mfa]
933947 spec : mfa-opt-email
948+ retry_count : 15
934949 browser : *minimal_browser_list
935950 env :
936951 NEXT_PUBLIC_BACKEND_CONFIG : mfa-opt-email
@@ -940,6 +955,7 @@ tests:
940955 category : auth
941956 sample_name : [mfa]
942957 spec : mfa-opt-phone
958+ retry_count : 15
943959 browser : *minimal_browser_list
944960 env :
945961 NEXT_PUBLIC_BACKEND_CONFIG : mfa-opt-phone
@@ -949,6 +965,7 @@ tests:
949965 category : auth
950966 sample_name : [mfa]
951967 spec : mfa-setup
968+ retry_count : 15
952969 browser : *minimal_browser_list
953970 env :
954971 NEXT_PUBLIC_BACKEND_CONFIG : mfa-setup
@@ -958,6 +975,7 @@ tests:
958975 category : auth
959976 sample_name : [mfa]
960977 spec : passwordless/auto-sign-in
978+ retry_count : 15
961979 browser : *minimal_browser_list
962980 env :
963981 NEXT_PUBLIC_BACKEND_CONFIG : pwl-autosignin
@@ -985,6 +1003,7 @@ tests:
9851003 category : auth
9861004 sample_name : [mfa]
9871005 spec : passwordless/sign-up
1006+ retry_count : 15
9881007 browser : *minimal_browser_list
9891008 env :
9901009 NEXT_PUBLIC_BACKEND_CONFIG : pwl-signup
@@ -994,6 +1013,7 @@ tests:
9941013 category : auth
9951014 sample_name : [mfa]
9961015 spec : passwordless/miscellaneous
1016+ retry_count : 15
9971017 browser : *minimal_browser_list
9981018 env :
9991019 NEXT_PUBLIC_BACKEND_CONFIG : pwl-misc
@@ -1014,6 +1034,8 @@ tests:
10141034 category : auth
10151035 sample_name : [mfa]
10161036 spec : refresh-token-auth
1037+ retry_count : 15
1038+ timeout_minutes : 90
10171039 browser : *minimal_browser_list
10181040 env :
10191041 NEXT_PUBLIC_BACKEND_CONFIG : misc-tokenref
0 commit comments