From f06c26dff8092218fe45e2e9dcec74ad4643c7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:02:47 +0000 Subject: [PATCH 1/2] Bump androidx.test.uiautomator:uiautomator from 2.3.0 to 2.4.0 Bumps androidx.test.uiautomator:uiautomator from 2.3.0 to 2.4.0. --- updated-dependencies: - dependency-name: androidx.test.uiautomator:uiautomator dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 806254823..2ebf3ce1c 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -459,7 +459,7 @@ dependencies { androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0") - androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") + androidTestImplementation("androidx.test.uiautomator:uiautomator:2.4.0") androidTestImplementation("androidx.room:room-testing:2.8.4") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.11.2") From c3e7bfeb6a84031a585a4279c4f2d44d3a6d4e61 Mon Sep 17 00:00:00 2001 From: Denys Bondarenko Date: Fri, 10 Jul 2026 19:59:51 +0300 Subject: [PATCH 2/2] Temporary disabled CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest as flaky --- ...ageFragmentDisallowAttesterSearchForDomainInIsolationTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest.kt b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest.kt index 7deecbae7..c81858a82 100644 --- a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest.kt +++ b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest.kt @@ -34,6 +34,7 @@ import com.flowcrypt.email.ui.activity.fragment.CreateMessageFragmentArgs import com.flowcrypt.email.ui.adapter.RecipientChipRecyclerViewAdapter import com.flowcrypt.email.util.AccountDaoManager import org.hamcrest.Matchers.allOf +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.rules.RuleChain @@ -80,6 +81,7 @@ class CreateMessageFragmentDisallowAttesterSearchForDomainInIsolationTest : Base .around(ScreenshotTestRule()) @Test + //@Ignore("Need to fix. Flaky") fun testCanLookupThisRecipientOnAttester() { launchFragmentInContainer( fragmentArgs = CreateMessageFragmentArgs().toBundle()