Skip to content

Commit 15f81f8

Browse files
committed
wip
1 parent d8d5b1c commit 15f81f8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/AttachmentDownloadingProgressFlowTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import okhttp3.mockwebserver.Dispatcher
4343
import okhttp3.mockwebserver.MockResponse
4444
import okhttp3.mockwebserver.RecordedRequest
4545
import org.hamcrest.Matchers.not
46-
import org.junit.Ignore
4746
import org.junit.Rule
4847
import org.junit.Test
4948
import org.junit.rules.RuleChain
@@ -156,7 +155,6 @@ class AttachmentDownloadingProgressFlowTest : BaseMessageDetailsFlowTest() {
156155

157156
@Test
158157
@FlakyTest
159-
@Ignore("fix me")
160158
@NotReadyForCI
161159
fun testVisibilityOfDownloadingProgressIcon() {
162160
baseCheckWithAtt(

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/MessageDetailsFlowTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ import org.junit.Assert.assertArrayEquals
8585
import org.junit.Assert.assertEquals
8686
import org.junit.Assert.assertNotNull
8787
import org.junit.Before
88-
import org.junit.Ignore
8988
import org.junit.Rule
9089
import org.junit.Test
9190
import org.junit.rules.RuleChain
@@ -264,7 +263,6 @@ class MessageDetailsFlowTest : BaseMessageDetailsFlowTest() {
264263

265264
@Test
266265
@FlakyTest
267-
@Ignore("fix me")
268266
@NotReadyForCI
269267
fun testDecryptionError_FORMAT_BadlyFormattedMsg() {
270268
val msgInfo = getMsgInfo(

0 commit comments

Comments
 (0)