Skip to content

Commit

Permalink
Disabled e2eDomainsCardNavigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pachlava committed May 18, 2023
1 parent f957825 commit 9fbc51f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package org.wordpress.android.e2e
import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.Assume.assumeTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.wordpress.android.e2e.pages.MySitesPage
import org.wordpress.android.support.BaseTest
Expand All @@ -21,6 +22,7 @@ class DashboardTests : BaseTest() {
}

@Test
@Ignore("Skipped due to increased flakiness. Test fails to scroll to the card.")
fun e2eDomainsCardNavigation() {
MySitesPage()
.scrollToDomainsCard()
Expand Down

0 comments on commit 9fbc51f

Please sign in to comment.