File tree Expand file tree Collapse file tree
libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 if $IS_PR ; then
111111 LEVELS_TO_TEST=$PR_API_VERSION
112- RETRIES=1
112+ RETRIES=0
113113 fi
114114
115115 # Build test-targets-for-shard arguments from config file
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ import org.junit.Assert.assertNotNull
5555import org.junit.Assert.assertNull
5656import org.junit.Assert.assertTrue
5757import org.junit.Before
58+ import org.junit.Ignore
5859import org.junit.Rule
5960import org.junit.Test
6061import org.junit.runner.RunWith
@@ -101,6 +102,7 @@ class LoginViewModelMockTest {
101102 unmockkAll()
102103 }
103104
105+ @Ignore
104106 @Test
105107 fun onAuthFlowComplete_CallsAuthenticationUtilities_WithCorrectParameters () = runBlocking {
106108 // Mock the AuthenticationUtilities.onAuthFlowComplete function
@@ -391,6 +393,7 @@ class LoginViewModelMockTest {
391393 }
392394 }
393395
396+ @Ignore
394397 @Test
395398 fun onTokenMigration_CallsDoCodeExchange_WithCorrectParameters () = runBlocking {
396399 val testServer = " https://test.salesforce.com"
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ import org.junit.Assert.assertEquals
4949import org.junit.Assert.assertFalse
5050import org.junit.Assert.assertNotNull
5151import org.junit.Assert.assertTrue
52+ import org.junit.Ignore
5253import org.junit.Test
5354import org.junit.runner.RunWith
5455
@@ -198,6 +199,7 @@ class LoginActivityScenarioTest {
198199 }
199200 }
200201
202+ @Ignore
201203 @Test
202204 fun loginActivity_ReloadsWebview_OnResumeWithLoginOptionChanges () {
203205 // Set loginDevMenuReload to false initially
You can’t perform that action at this time.
0 commit comments