diff --git a/WordPress/UITests/JetpackUITests.xctestplan b/WordPress/UITests/JetpackUITests.xctestplan index 320a39381980..a35d9961f6ba 100644 --- a/WordPress/UITests/JetpackUITests.xctestplan +++ b/WordPress/UITests/JetpackUITests.xctestplan @@ -22,6 +22,7 @@ { "parallelizable" : true, "skippedTests" : [ + "DashboardTests\/testFreeToPaidCardNavigation()", "EditorAztecTests", "LoginTests\/testEmailMagicLinkLogin()", "SignupTests", diff --git a/WordPress/UITests/Tests/DashboardTests.swift b/WordPress/UITests/Tests/DashboardTests.swift index aac2ae07abd5..32f6c8409a5e 100644 --- a/WordPress/UITests/Tests/DashboardTests.swift +++ b/WordPress/UITests/Tests/DashboardTests.swift @@ -17,6 +17,7 @@ class DashboardTests: XCTestCase { takeScreenshotOfFailedTest() } + // Disabled for investigation/maintenance: https://github.com/wordpress-mobile/WordPress-iOS/pull/21132 func testFreeToPaidCardNavigation() throws { try MySiteScreen() .scrollToFreeToPaidPlansCard()