File tree Expand file tree Collapse file tree
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import com.flowcrypt.email.util.AuthCredentialsManager
3131import com.flowcrypt.email.util.TestGeneralUtil
3232import org.hamcrest.Matchers.anyOf
3333import org.hamcrest.Matchers.startsWith
34+ import org.junit.Ignore
3435import org.junit.Rule
3536import org.junit.Test
3637import 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" )
Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments