File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import okhttp3.mockwebserver.MockResponse
31
31
import okhttp3.mockwebserver.RecordedRequest
32
32
import org.hamcrest.Matchers.not
33
33
import org.junit.ClassRule
34
+ import org.junit.Ignore
34
35
import org.junit.Rule
35
36
import org.junit.Test
36
37
import org.junit.rules.RuleChain
@@ -44,6 +45,7 @@ import java.net.HttpURLConnection
44
45
@FlowCryptTestSettings(useIntents = true )
45
46
@MediumTest
46
47
@RunWith(AndroidJUnit4 ::class )
48
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
47
49
class AddNewAccountEnterpriseFlowTest : BaseSignTest () {
48
50
override val activityScenarioRule = activityScenarioRule<MainActivity >()
49
51
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import com.flowcrypt.email.util.exception.ApiException
28
28
import com.google.gson.Gson
29
29
import okhttp3.mockwebserver.MockResponse
30
30
import okhttp3.mockwebserver.RecordedRequest
31
+ import org.junit.Ignore
31
32
import org.junit.Rule
32
33
import org.junit.Test
33
34
import org.junit.rules.RuleChain
@@ -41,6 +42,7 @@ import java.util.concurrent.TimeUnit
41
42
*/
42
43
@MediumTest
43
44
@RunWith(AndroidJUnit4 ::class )
45
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
44
46
class FesDuringSetupConsumerFlowTest : BaseFesDuringSetupFlowTest () {
45
47
46
48
@get:Rule
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import okhttp3.mockwebserver.Dispatcher
50
50
import okhttp3.mockwebserver.MockResponse
51
51
import okhttp3.mockwebserver.RecordedRequest
52
52
import org.hamcrest.Matchers.not
53
+ import org.junit.Ignore
53
54
import org.junit.Rule
54
55
import org.junit.Test
55
56
import org.junit.rules.RuleChain
@@ -64,6 +65,7 @@ import java.net.HttpURLConnection
64
65
@FlowCryptTestSettings(useIntents = true )
65
66
@MediumTest
66
67
@RunWith(AndroidJUnit4 ::class )
68
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
67
69
class MainSignInFragmentFlowTest : BaseSignTest () {
68
70
override val activityScenarioRule = activityScenarioRule<MainActivity >(
69
71
TestGeneralUtil .genIntentForNavigationComponent(
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import com.flowcrypt.email.rules.GrantPermissionRuleChooser
25
25
import com.flowcrypt.email.rules.RetryRule
26
26
import com.flowcrypt.email.rules.ScreenshotTestRule
27
27
import org.hamcrest.Matchers.allOf
28
+ import org.junit.Ignore
28
29
import org.junit.Rule
29
30
import org.junit.Test
30
31
import org.junit.rules.RuleChain
@@ -39,6 +40,7 @@ import org.junit.runner.RunWith
39
40
@FlowCryptTestSettings(useIntents = true )
40
41
@MediumTest
41
42
@RunWith(AndroidJUnit4 ::class )
43
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
42
44
class SignInScreenFlowTest : BaseTest () {
43
45
override val activityScenarioRule = activityScenarioRule<MainActivity >()
44
46
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import okhttp3.mockwebserver.MockResponse
42
42
import okhttp3.mockwebserver.RecordedRequest
43
43
import org.junit.Before
44
44
import org.junit.ClassRule
45
+ import org.junit.Ignore
45
46
import org.junit.Rule
46
47
import org.junit.Test
47
48
import org.junit.rules.RuleChain
@@ -58,6 +59,7 @@ import java.net.HttpURLConnection
58
59
@FlowCryptTestSettings(useIntents = true )
59
60
@MediumTest
60
61
@RunWith(AndroidJUnit4 ::class )
62
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
61
63
class SubmitPublicKeyToAttesterForImportedKeyDuringSetupFlowTest : BaseSignTest () {
62
64
override val activityScenarioRule = activityScenarioRule<MainActivity >(
63
65
TestGeneralUtil .genIntentForNavigationComponent(
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import okhttp3.mockwebserver.Dispatcher
27
27
import okhttp3.mockwebserver.MockResponse
28
28
import okhttp3.mockwebserver.RecordedRequest
29
29
import org.junit.Assert.assertEquals
30
+ import org.junit.Ignore
30
31
import org.junit.Rule
31
32
import org.junit.Test
32
33
import org.junit.rules.RuleChain
@@ -40,6 +41,7 @@ import java.net.HttpURLConnection
40
41
@FlowCryptTestSettings(useIntents = true )
41
42
@MediumTest
42
43
@RunWith(AndroidJUnit4 ::class )
44
+ @Ignore(" Disabled due to migration to Credential Manager. More details can be found here https://stackoverflow.com/questions/78606467/" )
43
45
class MainSignInFragmentEnterpriseTestUseFesUrlFlowTest : BaseSignTest () {
44
46
override val activityScenarioRule = activityScenarioRule<MainActivity >(
45
47
TestGeneralUtil .genIntentForNavigationComponent(
You can’t perform that action at this time.
0 commit comments