Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:3.0.0")
implementation("com.squareup.retrofit2:converter-gson:3.0.0")
implementation("com.squareup.retrofit2:converter-scalars:3.0.0")
implementation("com.squareup.okio:okio:3.16.4")
implementation("com.squareup.okio:okio:3.17.0")
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")

implementation("com.github.bumptech.glide:glide:5.0.7")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import com.flowcrypt.email.rules.ScreenshotTestRule
import com.flowcrypt.email.ui.activity.fragment.CheckCredentialsFragment
import com.flowcrypt.email.ui.activity.fragment.CheckCredentialsFragmentArgs
import org.junit.Assert.assertEquals
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.RuleChain
Expand All @@ -49,6 +50,7 @@ class CheckCredentialsFragmentInIsolationTest : BaseTest() {
.around(ScreenshotTestRule())

@Test
@Ignore("flaky. Temporary disabled")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one fails sometimes. It will be fixed in #3211

fun testReturnExceptionForFailedAuthorization() {
val requestKey = UUID.randomUUID().toString()
val scenario = launchFragmentInContainer<CheckCredentialsFragment>(
Expand Down
5 changes: 0 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#
# © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
# Contributors: denbond7
#

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
Expand Down
Loading