Skip to content

Commit

Permalink
Marked some tests as FlakyTest.| #2162
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Mar 9, 2023
1 parent f921e8b commit 505b9b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.FlakyTest
import androidx.test.filters.MediumTest
import com.flowcrypt.email.R
import com.flowcrypt.email.TestConstants
Expand Down Expand Up @@ -124,6 +125,7 @@ class AttesterSettingsFragmentInIsolationTest : BaseTest() {
}

@Test
@FlakyTest
fun testAccountWithNoKeysOnAttester() {
FlowCryptRoomDatabase.getDatabase(getTargetContext()).accountDao()
.addAccount(userWithoutPubKeyOnAttester)
Expand Down

0 comments on commit 505b9b9

Please sign in to comment.