File tree Expand file tree Collapse file tree
src/androidTest/java/com/flowcrypt/email Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ dependencies {
449449 implementation(" androidx.appcompat:appcompat:1.7.1" )
450450 implementation(" androidx.legacy:legacy-preference-v14:1.0.0" )
451451 implementation(" androidx.cardview:cardview:1.0.0" )
452- implementation(" androidx.browser:browser:1.8 .0" )
452+ implementation(" androidx.browser:browser:1.9 .0" )
453453 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
454454 implementation(" androidx.recyclerview:recyclerview-selection:1.2.0" )
455455 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ package com.flowcrypt.email
88import android.content.Context
99import androidx.test.core.app.ApplicationProvider
1010import androidx.test.ext.junit.runners.AndroidJUnit4
11+ import androidx.test.filters.FlakyTest
1112import androidx.test.filters.SmallTest
1213import com.flowcrypt.email.api.retrofit.ApiHelper
1314import com.flowcrypt.email.api.retrofit.response.base.ApiError
@@ -24,6 +25,7 @@ import org.apache.commons.codec.binary.ZBase32
2425import org.apache.commons.codec.digest.DigestUtils
2526import org.junit.Assert.assertNull
2627import org.junit.Assert.assertTrue
28+ import org.junit.Ignore
2729import org.junit.Rule
2830import org.junit.Test
2931import org.junit.rules.RuleChain
@@ -79,6 +81,8 @@ class WkdClientTest {
7981 .around(mockWebServerRule)
8082
8183 @Test
84+ @FlakyTest
85+ @Ignore(" Temporary disabled as flaky" )
8286 fun existingEmailFlowCryptDomainTest () = runBlocking {
8387 val keys = WkdClient .lookupEmail(context, EXISTING_EMAIL )
8488 assertTrue(" There are no keys in the key collection" , requireNotNull(keys).keyRings.hasNext())
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import androidx.test.espresso.action.ViewActions.click
1111import androidx.test.espresso.contrib.RecyclerViewActions.actionOnItemAtPosition
1212import androidx.test.espresso.matcher.ViewMatchers.withId
1313import androidx.test.ext.junit.runners.AndroidJUnit4
14+ import androidx.test.filters.FlakyTest
1415import androidx.test.filters.MediumTest
1516import com.flowcrypt.email.R
1617import com.flowcrypt.email.TestConstants
@@ -25,6 +26,7 @@ import com.flowcrypt.email.ui.base.BaseComposeGmailApiSignatureFlowTest
2526import okhttp3.mockwebserver.Dispatcher
2627import okhttp3.mockwebserver.MockResponse
2728import okhttp3.mockwebserver.RecordedRequest
29+ import org.junit.Ignore
2830import org.junit.Rule
2931import org.junit.Test
3032import org.junit.rules.RuleChain
@@ -65,6 +67,8 @@ class ComposeScreenReplyWithGmailApiSignatureFlowTest :
6567 .around(ScreenshotTestRule ())
6668
6769 @Test
70+ @FlakyTest
71+ @Ignore(" Temporary disabled as flaky" )
6872 fun testAddingSignatureAfterStart () {
6973 // need to wait while the app loads the messages list
7074 waitForObjectWithText(SUBJECT_EXISTING_STANDARD , TimeUnit .SECONDS .toMillis(10 ))
@@ -88,4 +92,4 @@ class ComposeScreenReplyWithGmailApiSignatureFlowTest :
8892
8993 doBaseChecking()
9094 }
91- }
95+ }
Original file line number Diff line number Diff line change 66// Top-level build file where you can add configuration options common to all sub-projects/modules.
77
88plugins {
9- id(" com.android.application" ) version " 8.12.1 " apply false
9+ id(" com.android.application" ) version " 8.13.0 " apply false
1010 id(" org.jetbrains.kotlin.android" ) version " 2.2.10" apply false
1111 id(" androidx.navigation.safeargs.kotlin" ) version " 2.9.3" apply false
1212 id(" com.starter.easylauncher" ) version " 6.4.1" apply false
1313 id(" org.jetbrains.kotlin.plugin.parcelize" ) version " 2.2.10" apply false
1414 id(" com.google.devtools.ksp" ) version " 2.2.10-2.0.2" apply false
15- id(" org.ajoberstar.grgit" ) version " 5.3.2 " apply false
15+ id(" org.ajoberstar.grgit" ) version " 5.3.3 " apply false
1616}
1717
1818subprojects {
You can’t perform that action at this time.
0 commit comments