We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d2f67 commit 13f6f95Copy full SHA for 13f6f95
1 file changed
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/ComposeScreenFlowTest.kt
@@ -79,6 +79,7 @@ import org.junit.Assert.assertEquals
79
import org.junit.Assert.assertTrue
80
import org.junit.BeforeClass
81
import org.junit.ClassRule
82
+import org.junit.Ignore
83
import org.junit.Rule
84
import org.junit.Test
85
import org.junit.rules.RuleChain
@@ -359,6 +360,7 @@ class ComposeScreenFlowTest : BaseComposeScreenTest() {
359
360
}
361
362
@Test
363
+ @Ignore("temporary disabled")
364
fun testSelectImportPublicKeyFromPopUp() {
365
activeActivityRule?.launch(intent)
366
intending(hasComponent(ComponentName(getTargetContext(), MainActivity::class.java)))
0 commit comments