Skip to content

Commit

Permalink
test: mark undoingCardHidesFullScreen as Flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Mar 8, 2024
1 parent 288e53c commit 583e2e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class ReviewerNoParamTest : RobolectricTest() {
}

@Test
@Flaky(OS.ALL, "Expected: a value greater than <2> but: <2> was equal to <2>")
fun undoingCardHidesFullScreen() = runTest {
addNoteUsingBasicModel("Hello", "World")
val reviewer = startReviewerFullScreen()
Expand Down

0 comments on commit 583e2e0

Please sign in to comment.