Skip to content

Commit f24b0d3

Browse files
authored
Re-enable test (#1363)
rdar://159615046
1 parent 8089d30 commit f24b0d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftDocCTests/Rendering/RenderMetadataTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ 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-
122120
let (_, _, context) = try await testBundleAndContext(copying: "LegacyBundle_DoNotUseInNewTests", externalResolvers: [:]) { url in
123121
let baseSymbolGraphURL = Bundle.module.url(
124122
forResource: "BaseKit.symbols", withExtension: "json", subdirectory: "Test Resources")!

0 commit comments

Comments
 (0)