Skip to content

Commit 9608686

Browse files
committed
wip
1 parent 49545fb commit 9608686

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CreateMessageFragmentInIsolationTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3-
* Contributors: DenBond7
3+
* Contributors: denbond7
44
*/
55

66
package com.flowcrypt.email.ui.fragment.isolation.incontainer
@@ -117,6 +117,7 @@ class CreateMessageFragmentInIsolationTest : BaseComposeScreenTest() {
117117
}
118118

119119
@Test
120+
@Ignore("fix me")
120121
fun testUpdatingAddRecipientLabel() {
121122
val chars = "email".toCharArray()
122123
val typedChars = mutableListOf<Char>()

0 commit comments

Comments
 (0)