Skip to content

Commit 5ba1436

Browse files
authored
[Tests] NFC: Disable a test that is causing CI failures (#1288)
1 parent 2cff0b0 commit 5ba1436

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftDocCTests/Rendering/RenderMetadataTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ class RenderMetadataTests: XCTestCase {
117117
/// Test that when a bystanders symbol graph is loaded that extends a different module, that
118118
/// those symbols correctly report the modules when rendered.
119119
func testRendersBystanderExtensionsFromSymbolGraph() async throws {
120+
throw XCTSkip("Fails in CI. rdar://159615046")
121+
120122
let (_, bundle, context) = try await testBundleAndContext(copying: "LegacyBundle_DoNotUseInNewTests", externalResolvers: [:]) { url in
121123
let baseSymbolGraphURL = Bundle.module.url(
122124
forResource: "BaseKit.symbols", withExtension: "json", subdirectory: "Test Resources")!

0 commit comments

Comments
 (0)