Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Tests/SwiftDocCTests/Rendering/RenderMetadataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ class RenderMetadataTests: XCTestCase {
/// Test that when a bystanders symbol graph is loaded that extends a different module, that
/// those symbols correctly report the modules when rendered.
func testRendersBystanderExtensionsFromSymbolGraph() async throws {
throw XCTSkip("Fails in CI. rdar://159615046")

let (_, bundle, context) = try await testBundleAndContext(copying: "LegacyBundle_DoNotUseInNewTests", externalResolvers: [:]) { url in
let baseSymbolGraphURL = Bundle.module.url(
forResource: "BaseKit.symbols", withExtension: "json", subdirectory: "Test Resources")!
Expand Down