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 @@ -56,6 +56,7 @@ import org.mockito.MockitoAnnotations
5656import org.robolectric.Robolectric
5757import org.robolectric.RobolectricTestRunner
5858import org.robolectric.annotation.Config
59+ import org.robolectric.annotation.ConscryptMode
5960import org.robolectric.shadows.ShadowLooper
6061import java.io.ByteArrayInputStream
6162import java.io.InputStream
@@ -1537,7 +1538,7 @@ public class WebAuthProviderTest {
15371538 }
15381539
15391540
1540- // TODO: https://auth0team.atlassian.net/browse/SDK-7752
1541+ @ConscryptMode( ConscryptMode . Mode . OFF )
15411542 @Test
15421543 @Throws(Exception ::class )
15431544 public fun shouldFailToResumeLoginWhenRSAKeyIsMissingFromJWKSet () {
@@ -1677,7 +1678,7 @@ public class WebAuthProviderTest {
16771678 }
16781679
16791680
1680- // TODO: https://auth0team.atlassian.net/browse/SDK-7752
1681+ @ConscryptMode( ConscryptMode . Mode . OFF )
16811682 @Test
16821683 @Throws(Exception ::class )
16831684 public fun shouldFailToResumeLoginWhenKeyIdIsMissingFromIdTokenHeader () {
You can’t perform that action at this time.
0 commit comments