We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c39106 commit 72e304aCopy full SHA for 72e304a
WordPress/UITests/Tests/ReaderTests.swift
@@ -37,15 +37,14 @@ class ReaderTests_01: ReaderTests {
37
.verifyPostContentEquals(.expectedPostContent)
38
}
39
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
- }
+ // This test is flaky on CI, but passing consistently locally
+ // func testDiscover() throws {
+ // try openStream(.discover)
+ // .selectTag()
+ // .verifyTagLoaded()
+ // .followTag()
+ // .verifyTagFollowed()
+ // }
49
50
51
class ReaderTests_02: ReaderTests {
0 commit comments