File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk/ui Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import org.junit.Ignore
4343import org.junit.Test
4444import org.junit.runner.RunWith
4545
46- @Ignore
46+ @Ignore( " This test consistently times out on Firebase Test Lab emulators. " )
4747@RunWith(AndroidJUnit4 ::class )
4848class LoginActivityTest {
4949
Original file line number Diff line number Diff line change @@ -58,12 +58,14 @@ import com.salesforce.androidsdk.ui.components.DefaultLoadingIndicator
5858import com.salesforce.androidsdk.ui.components.DefaultTopAppBar
5959import com.salesforce.androidsdk.ui.components.LoginView
6060import org.junit.Assert
61+ import org.junit.Ignore
6162import org.junit.Rule
6263import org.junit.Test
6364
6465private const val DEFAULT_URL = " https://login.salesforce.com"
6566private const val BUTTON_TITLE = " Test Button"
6667
68+ @Ignore(" This test consistently times out on Firebase Test Lab emulators." )
6769class LoginViewActivityTest {
6870
6971 @get:Rule
You can’t perform that action at this time.
0 commit comments