From 7337203f11d56c9af4d909c662b75cf53113ba27 Mon Sep 17 00:00:00 2001 From: Tiago Marques Date: Tue, 18 Jul 2023 12:29:36 -0300 Subject: [PATCH 1/3] Disable testFreeToPaidCardNavigation() --- WordPress/UITests/JetpackUITests.xctestplan | 1 + 1 file changed, 1 insertion(+) 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", From ae9bab8d47c6c517dc8d98cc2100b0556e471f38 Mon Sep 17 00:00:00 2001 From: Tiago Marques Date: Tue, 18 Jul 2023 12:48:52 -0300 Subject: [PATCH 2/3] Add comment to disabled test --- WordPress/UITests/Tests/DashboardTests.swift | 1 + 1 file changed, 1 insertion(+) 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() From 977c01835388258a26d1bc3d79624be980a5e15b Mon Sep 17 00:00:00 2001 From: Tiago Marques Date: Tue, 18 Jul 2023 13:17:40 -0300 Subject: [PATCH 3/3] Empty commit to trigger the CI