We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea032db commit 600175cCopy full SHA for 600175c
1 file changed
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/MessageDetailsFlowTest.kt
@@ -85,7 +85,6 @@ import org.junit.Assert.assertArrayEquals
85
import org.junit.Assert.assertEquals
86
import org.junit.Assert.assertNotNull
87
import org.junit.Before
88
-import org.junit.Ignore
89
import org.junit.Rule
90
import org.junit.Test
91
import org.junit.rules.RuleChain
@@ -265,7 +264,6 @@ class MessageDetailsFlowTest : BaseMessageDetailsFlowTest() {
265
264
@Test
266
@FlakyTest
267
@NotReadyForCI
268
- @Ignore("need to fix")
269
fun testDecryptionError_FORMAT_BadlyFormattedMsg() {
270
val msgInfo = getMsgInfo(
271
path = "messages/info/encrypted_msg_info_text_error_badly_formatted.json",
0 commit comments