Skip to content

Commit 8deda67

Browse files
committed
Disable flaky testResolvingTopicLinkProcess test
1 parent 42ec76f commit 8deda67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftDocCUtilitiesTests/OutOfProcessReferenceResolverTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ class OutOfProcessReferenceResolverTests: XCTestCase {
143143

144144
func testResolvingTopicLinkProcess() throws {
145145
#if os(macOS)
146+
throw XCTSkip("This test is flaky (rdar://91678333)")
147+
146148
try assertResolvesTopicLink(makeResolver: { testMetadata in
147149
let temporaryFolder = try createTemporaryDirectory()
148150
let executableLocation = temporaryFolder.appendingPathComponent("link-resolver-executable")

0 commit comments

Comments
 (0)