File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
auth0/src/test/java/com/auth0/android/provider Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ import org.mockito.MockitoAnnotations
5656import org.robolectric.Robolectric
5757import org.robolectric.RobolectricTestRunner
5858import org.robolectric.annotation.Config
59- import org.robolectric.annotation.ConscryptMode
6059import org.robolectric.shadows.ShadowLooper
6160import java.io.ByteArrayInputStream
6261import java.io.InputStream
@@ -1539,7 +1538,6 @@ public class WebAuthProviderTest {
15391538 }
15401539
15411540
1542- @ConscryptMode(ConscryptMode .Mode .OFF )
15431541 @Test
15441542 @Throws(Exception ::class )
15451543 public fun shouldFailToResumeLoginWhenRSAKeyIsMissingFromJWKSet () {
@@ -1679,7 +1677,6 @@ public class WebAuthProviderTest {
16791677 }
16801678
16811679
1682- @ConscryptMode(ConscryptMode .Mode .OFF )
16831680 @Test
16841681 @Throws(Exception ::class )
16851682 public fun shouldFailToResumeLoginWhenKeyIdIsMissingFromIdTokenHeader () {
You can’t perform that action at this time.
0 commit comments