Skip to content

Commit

Permalink
Remove SMS factor tests from PDV test suite (#767)
Browse files Browse the repository at this point in the history
* Updated config.yml

* Revert config.yml

* Removes SMS factor test for PDV suite
  • Loading branch information
vijetmahabaleshwar-okta authored Sep 29, 2022
1 parent 400b6f5 commit 44ee7f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class FactorsIT extends ITSupport {

private String smsTestNumber = "185 635 15491"

@Test (groups = "group3")
@Test
void factorListTest() {

Client client = getClient()
Expand Down Expand Up @@ -142,14 +142,14 @@ class FactorsIT extends ITSupport {
assertThat securityQuestions, iterableWithSize(greaterThan(1))
}

@Test
@Test (groups = "group3")
void testAvailableFactorsNotEmpty() {
User user = randomUser()
UserFactorList factors = user.listSupportedFactors()
assertThat factors, iterableWithSize(greaterThan(1))
}

@Test (groups = "group3")
@Test
void activateTotpFactor() {
User user = randomUser()
assertListFactors(user)
Expand Down

0 comments on commit 44ee7f9

Please sign in to comment.