Skip to content

Commit

Permalink
quarantine sample tests (#1374)
Browse files Browse the repository at this point in the history
OKTA-574495 quarantine affected sample tests by monolith change
  • Loading branch information
shuowu-okta authored Feb 6, 2023
1 parent 17aacfd commit 96dce52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions samples/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,22 @@ const samples = [
// group sms related specs together, so they do not run in parallel
// this spec takes time to finish, run it first
[
'self-service-registration',
// fix affected tests: https://oktainc.atlassian.net/browse/OKTA-574495
// 'self-service-registration',
'mfa-password-and-sms',
],
'root-page',
'basic-auth',
'identifier-first-auth',
'self-service-password-recovery',
'self-service-registration-custom-attribute',
// fix affected tests: https://oktainc.atlassian.net/browse/OKTA-574495
// 'self-service-registration-custom-attribute',
'self-service-registration-activation-token',
'mfa-password-and-email',
'mfa-password-and-email-magic-link',
'mfa-password-and-question',
// This feature is not well defined and introduce flakiness, disable it
// 'social-login-mfa',
'social-idp',
'totp-signup',
'totp-signin',
'security-questions-enrollment',
Expand Down

0 comments on commit 96dce52

Please sign in to comment.