Skip to content

Commit

Permalink
fix login tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomnikolaev committed Jun 30, 2021
1 parent 038b1ce commit 2a0d82a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class LoginTests {

// Phone number auth tests

@Ignore("for manual testing (because of limits)")
@Test
fun startPhoneNumberAuthJwt_Success() {
initSdkJwt()
Expand Down Expand Up @@ -263,6 +264,7 @@ class LoginTests {
Assert.assertEquals("body.phone_number in body should match '^\\+(\\d){5,25}\$'", err)
}

@Ignore("for manual testing (because of limits)")
@Test
fun startPhoneNumberAuthOauth_Success() {
initSdkOauth()
Expand Down

0 comments on commit 2a0d82a

Please sign in to comment.