File tree Expand file tree Collapse file tree
FlowCrypt/src/androidTest/java/com/flowcrypt/email Expand file tree Collapse file tree 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())
You can’t perform that action at this time.
0 commit comments