Skip to content

Commit 72e304a

Browse files
authored
Remove a flaky UI test (#24879)
1 parent 5c39106 commit 72e304a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

WordPress/UITests/Tests/ReaderTests.swift

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ class ReaderTests_01: ReaderTests {
3737
.verifyPostContentEquals(.expectedPostContent)
3838
}
3939

40-
func testDiscover() throws {
41-
try XCTSkipIf(true, "Flaky on CI, but passing consistently locally")
42-
43-
try openStream(.discover)
44-
.selectTag()
45-
.verifyTagLoaded()
46-
.followTag()
47-
.verifyTagFollowed()
48-
}
40+
// This test is flaky on CI, but passing consistently locally
41+
// func testDiscover() throws {
42+
// try openStream(.discover)
43+
// .selectTag()
44+
// .verifyTagLoaded()
45+
// .followTag()
46+
// .verifyTagFollowed()
47+
// }
4948
}
5049

5150
class ReaderTests_02: ReaderTests {

0 commit comments

Comments
 (0)