Skip to content

Commit

Permalink
Update GifScreenTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Oct 10, 2024
1 parent 6cad3fd commit 519fd10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class GifScreenTest {
composeTestRule.onNodeWithText(text = gifScreenTitle).assertIsDisplayed()
}

@Ignore
@Ignore("only flaky on github actions")
@Test
fun testTrendingThenClickOpenDialog() {
composeTestRule.mainClock.autoAdvance = false
Expand Down Expand Up @@ -151,7 +151,7 @@ class GifScreenTest {
.assertIsDisplayed()
}

@Ignore
@Ignore("only flaky on github actions")
@Test
fun testTrendingThenClickOpenDialogAndCopyLink() {
composeTestRule.mainClock.autoAdvance = false
Expand Down

0 comments on commit 519fd10

Please sign in to comment.