Skip to content

Commit

Permalink
Merge pull request #18446 from wordpress-mobile/disable-four-flaky-tests
Browse files Browse the repository at this point in the history
[UI Tests] Disabled four recently flaky tests.
  • Loading branch information
pachlava committed May 17, 2023
2 parents 820873d + 1ded2f0 commit c5def47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class BlockEditorTests : BaseTest() {
"""

@Test
@Ignore("Skipped due to increased flakiness. See build-and-ship channel for 17.05.2023")
fun e2ePublishSimplePost() {
val title = "publishSimplePost"
MySitesPage()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.wordpress.android.e2e

import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.wordpress.android.e2e.pages.ReaderPage
import org.wordpress.android.support.BaseTest
Expand All @@ -16,6 +17,7 @@ class ReaderTests : BaseTest() {
}

@Test
@Ignore("Skipped due to increased flakiness. See build-and-ship channel for 17.05.2023")
fun e2eNavigateThroughPosts() {
ReaderPage()
.tapFollowingTab()
Expand All @@ -29,6 +31,7 @@ class ReaderTests : BaseTest() {
}

@Test
@Ignore("Skipped due to increased flakiness. See build-and-ship channel for 17.05.2023")
fun e2eLikePost() {
ReaderPage()
.tapFollowingTab()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.After
import org.junit.Assume.assumeTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.wordpress.android.BuildConfig
import org.wordpress.android.R
Expand Down Expand Up @@ -38,6 +39,7 @@ class StatsTests : BaseTest() {
}

@Test
@Ignore("Skipped due to increased flakiness. See build-and-ship channel for 17.05.2023")
fun e2eAllDayStatsLoad() {
val todayVisits = StatsVisitsData("97", "28", "14", "11")
val postsList: List<StatsKeyValueData> = StatsMocksReader().readDayTopPostsToList()
Expand Down

0 comments on commit c5def47

Please sign in to comment.