File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
auth0/src/test/java/com/auth0/android/provider Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ import org.mockito.Mock
5353import org.mockito.Mockito
5454import org.mockito.Mockito.`when`
5555import org.mockito.MockitoAnnotations
56+ import org.junit.Ignore
5657import org.robolectric.Robolectric
5758import org.robolectric.RobolectricTestRunner
5859import org.robolectric.annotation.Config
@@ -1538,6 +1539,7 @@ public class WebAuthProviderTest {
15381539 }
15391540
15401541
1542+ @Ignore(" Requires security provider fix - see SDK-7752" )
15411543 @Test
15421544 @Throws(Exception ::class )
15431545 public fun shouldFailToResumeLoginWhenRSAKeyIsMissingFromJWKSet () {
@@ -1677,6 +1679,7 @@ public class WebAuthProviderTest {
16771679 }
16781680
16791681
1682+ @Ignore(" Requires security provider fix - see SDK-7752" )
16801683 @Test
16811684 @Throws(Exception ::class )
16821685 public fun shouldFailToResumeLoginWhenKeyIdIsMissingFromIdTokenHeader () {
You can’t perform that action at this time.
0 commit comments