Skip to content

Commit

Permalink
tests: mark flaky test
Browse files Browse the repository at this point in the history
Multiple failures on Windows

Issue 14308
  • Loading branch information
david-allison authored and lukstbit committed Aug 27, 2023
1 parent ad5b20b commit 31d9240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnkiDroid/src/test/java/com/ichi2/anki/ReviewerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class ReviewerTest : RobolectricTest() {
}

@Test
@Flaky(os = OS.WINDOWS, "Issue 14308")
fun nothingAppearsInAppBarIfAllAppBarButtonsAreDisabled() {
disableAllReviewerAppBarButtons()

Expand Down

0 comments on commit 31d9240

Please sign in to comment.