Skip to content

Commit 49fce88

Browse files
committed
Disabled some tests.| #2531
1 parent 31ba3e6 commit 49fce88

6 files changed

+12
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import okhttp3.mockwebserver.MockResponse
3131
import okhttp3.mockwebserver.RecordedRequest
3232
import org.hamcrest.Matchers.not
3333
import org.junit.ClassRule
34+
import org.junit.Ignore
3435
import org.junit.Rule
3536
import org.junit.Test
3637
import org.junit.rules.RuleChain
@@ -44,6 +45,7 @@ import java.net.HttpURLConnection
4445
@FlowCryptTestSettings(useIntents = true)
4546
@MediumTest
4647
@RunWith(AndroidJUnit4::class)
48+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
4749
class AddNewAccountEnterpriseFlowTest : BaseSignTest() {
4850
override val activityScenarioRule = activityScenarioRule<MainActivity>()
4951

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import com.flowcrypt.email.util.exception.ApiException
2828
import com.google.gson.Gson
2929
import okhttp3.mockwebserver.MockResponse
3030
import okhttp3.mockwebserver.RecordedRequest
31+
import org.junit.Ignore
3132
import org.junit.Rule
3233
import org.junit.Test
3334
import org.junit.rules.RuleChain
@@ -41,6 +42,7 @@ import java.util.concurrent.TimeUnit
4142
*/
4243
@MediumTest
4344
@RunWith(AndroidJUnit4::class)
45+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
4446
class FesDuringSetupConsumerFlowTest : BaseFesDuringSetupFlowTest() {
4547

4648
@get:Rule

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import okhttp3.mockwebserver.Dispatcher
5050
import okhttp3.mockwebserver.MockResponse
5151
import okhttp3.mockwebserver.RecordedRequest
5252
import org.hamcrest.Matchers.not
53+
import org.junit.Ignore
5354
import org.junit.Rule
5455
import org.junit.Test
5556
import org.junit.rules.RuleChain
@@ -64,6 +65,7 @@ import java.net.HttpURLConnection
6465
@FlowCryptTestSettings(useIntents = true)
6566
@MediumTest
6667
@RunWith(AndroidJUnit4::class)
68+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
6769
class MainSignInFragmentFlowTest : BaseSignTest() {
6870
override val activityScenarioRule = activityScenarioRule<MainActivity>(
6971
TestGeneralUtil.genIntentForNavigationComponent(

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import com.flowcrypt.email.rules.GrantPermissionRuleChooser
2525
import com.flowcrypt.email.rules.RetryRule
2626
import com.flowcrypt.email.rules.ScreenshotTestRule
2727
import org.hamcrest.Matchers.allOf
28+
import org.junit.Ignore
2829
import org.junit.Rule
2930
import org.junit.Test
3031
import org.junit.rules.RuleChain
@@ -39,6 +40,7 @@ import org.junit.runner.RunWith
3940
@FlowCryptTestSettings(useIntents = true)
4041
@MediumTest
4142
@RunWith(AndroidJUnit4::class)
43+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
4244
class SignInScreenFlowTest : BaseTest() {
4345
override val activityScenarioRule = activityScenarioRule<MainActivity>()
4446

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import okhttp3.mockwebserver.MockResponse
4242
import okhttp3.mockwebserver.RecordedRequest
4343
import org.junit.Before
4444
import org.junit.ClassRule
45+
import org.junit.Ignore
4546
import org.junit.Rule
4647
import org.junit.Test
4748
import org.junit.rules.RuleChain
@@ -58,6 +59,7 @@ import java.net.HttpURLConnection
5859
@FlowCryptTestSettings(useIntents = true)
5960
@MediumTest
6061
@RunWith(AndroidJUnit4::class)
62+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
6163
class SubmitPublicKeyToAttesterForImportedKeyDuringSetupFlowTest : BaseSignTest() {
6264
override val activityScenarioRule = activityScenarioRule<MainActivity>(
6365
TestGeneralUtil.genIntentForNavigationComponent(

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fes/login/MainSignInFragmentEnterpriseTestUseFesUrlFlowTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import okhttp3.mockwebserver.Dispatcher
2727
import okhttp3.mockwebserver.MockResponse
2828
import okhttp3.mockwebserver.RecordedRequest
2929
import org.junit.Assert.assertEquals
30+
import org.junit.Ignore
3031
import org.junit.Rule
3132
import org.junit.Test
3233
import org.junit.rules.RuleChain
@@ -40,6 +41,7 @@ import java.net.HttpURLConnection
4041
@FlowCryptTestSettings(useIntents = true)
4142
@MediumTest
4243
@RunWith(AndroidJUnit4::class)
44+
@Ignore("Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/")
4345
class MainSignInFragmentEnterpriseTestUseFesUrlFlowTest : BaseSignTest() {
4446
override val activityScenarioRule = activityScenarioRule<MainActivity>(
4547
TestGeneralUtil.genIntentForNavigationComponent(

0 commit comments

Comments
 (0)