test(coreexample): Temporarily ignore the ExternalSetupTests.emailCodeVerification test.

Signup for external account will require !548 to be merged.
This commit is contained in:
Mateusz Armatys
2022-05-27 12:54:49 +02:00
committed by MargeBot
parent eaf51f9f3e
commit 8faa0ac54b
@@ -30,6 +30,7 @@ import me.proton.core.test.android.robots.plans.SelectPlanRobot
import me.proton.core.test.android.uitests.CoreexampleRobot
import me.proton.core.test.android.uitests.tests.BaseTest
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
class ExternalSetupTests : BaseTest() {
@@ -67,6 +68,7 @@ class ExternalSetupTests : BaseTest() {
}
@Test
@Ignore("May be enabled after !548 is merged (External account signups).")
fun emailCodeVerification() {
val user = User(name = "${randomString()}@example.lt")
val defaultCode = quark.defaultVerificationCode