We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55e4af commit 3e71b65Copy full SHA for 3e71b65
libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk/ui/LoginActivityTest.kt
@@ -39,9 +39,11 @@ import com.salesforce.androidsdk.ui.LoginActivity.Companion.EXTRA_KEY_LOGIN_HOST
39
import org.junit.Assert.assertEquals
40
import org.junit.Assert.assertFalse
41
import org.junit.Assert.assertTrue
42
+import org.junit.Ignore
43
import org.junit.Test
44
import org.junit.runner.RunWith
45
46
+@Ignore
47
@RunWith(AndroidJUnit4::class)
48
class LoginActivityTest {
49
0 commit comments