Skip to content

Commit 0d0d4b9

Browse files
committed
temporary disabled a few flaky tests
1 parent 9e1a3e7 commit 0d0d4b9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AddOtherAccountFlowTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import com.flowcrypt.email.util.AuthCredentialsManager
3131
import com.flowcrypt.email.util.TestGeneralUtil
3232
import org.hamcrest.Matchers.anyOf
3333
import org.hamcrest.Matchers.startsWith
34+
import org.junit.Ignore
3435
import org.junit.Rule
3536
import org.junit.Test
3637
import org.junit.rules.RuleChain
@@ -61,6 +62,7 @@ class AddOtherAccountFlowTest : AddOtherAccountBaseTest() {
6162
@Test
6263
//@Ignore("flaky 8")
6364
//RepeatableAndroidJUnit4ClassRunner 50 attempts passed
65+
@Ignore("flaky. Temporary disabled")
6466
fun testShowWarningIfAuthFail() {
6567
enableAdvancedMode()
6668
val credentials = AuthCredentialsManager.getAuthCredentials("user_with_not_existed_server.json")

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/ComposeScreenFlowTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class ComposeScreenFlowTest : BaseComposeScreenTest() {
140140
}
141141

142142
@Test
143+
@Ignore("flaky. Temporary disabled")
143144
fun testEmptyEmailSubject() {
144145
activeActivityRule?.launch(intent)
145146
waitForObjectWithText(

0 commit comments

Comments
 (0)