You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/test/java/com/microsoft/identity/common/internal/providers/microsoft/nativeauth/integration/SignInOAuthStrategyTest.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ import io.mockk.every
51
51
importio.mockk.mockk
52
52
importorg.junit.Assert
53
53
importorg.junit.Before
54
+
importorg.junit.Ignore
54
55
importorg.junit.Test
55
56
importorg.junit.runner.RunWith
56
57
importorg.mockito.kotlin.mock
@@ -345,6 +346,7 @@ class SignInOAuthStrategyTest {
Copy file name to clipboardExpand all lines: common/src/test/java/com/microsoft/identity/common/nativeauth/internal/controllers/NativeAuthControllerTest.kt
0 commit comments