Skip to content

Commit a0c859b

Browse files
authored
[UI Tests] Disable testFreeToPaidCardNavigation() for investigation/maintenance. (#21132)
* Disable testFreeToPaidCardNavigation()
1 parent 97240a0 commit a0c859b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

WordPress/UITests/JetpackUITests.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
{
2323
"parallelizable" : true,
2424
"skippedTests" : [
25+
"DashboardTests\/testFreeToPaidCardNavigation()",
2526
"EditorAztecTests",
2627
"LoginTests\/testEmailMagicLinkLogin()",
2728
"SignupTests",

WordPress/UITests/Tests/DashboardTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DashboardTests: XCTestCase {
1717
takeScreenshotOfFailedTest()
1818
}
1919

20+
// Disabled for investigation/maintenance: https://github.com/wordpress-mobile/WordPress-iOS/pull/21132
2021
func testFreeToPaidCardNavigation() throws {
2122
try MySiteScreen()
2223
.scrollToFreeToPaidPlansCard()

0 commit comments

Comments
 (0)