File tree Expand file tree Collapse file tree
auth0/src/test/java/com/auth0/android/provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ import org.mockito.Mock
5353import org.mockito.Mockito
5454import org.mockito.Mockito.`when`
5555import org.mockito.MockitoAnnotations
56- import org.junit.Ignore
5756import org.robolectric.Robolectric
5857import org.robolectric.RobolectricTestRunner
5958import org.robolectric.annotation.Config
@@ -1539,7 +1538,6 @@ public class WebAuthProviderTest {
15391538 }
15401539
15411540
1542- @Ignore(" Requires security provider fix - see SDK-7752" )
15431541 @Test
15441542 @Throws(Exception ::class )
15451543 public fun shouldFailToResumeLoginWhenRSAKeyIsMissingFromJWKSet () {
@@ -1679,7 +1677,6 @@ public class WebAuthProviderTest {
16791677 }
16801678
16811679
1682- @Ignore(" Requires security provider fix - see SDK-7752" )
16831680 @Test
16841681 @Throws(Exception ::class )
16851682 public fun shouldFailToResumeLoginWhenKeyIdIsMissingFromIdTokenHeader () {
You can’t perform that action at this time.
0 commit comments