Skip to content

Commit f097b98

Browse files
committed
disable swift-nio swift symbolgraph-extract test on macOS
1 parent ba595ae commit f097b98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/SymbolGraphBuilderTests/Main.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ enum Main:TestMain, TestBattery
8080
docs.roundtrip(for: tests, in: workspace.artifacts)
8181
}
8282

83+
// https://github.com/tayloraswift/swift-unidoc/issues/211
84+
#if !os(macOS)
8385
if let tests:TestGroup = tests / "swift-nio",
8486
let docs:SymbolGraphObject<Void> = (tests.do
8587
{
@@ -101,8 +103,8 @@ enum Main:TestMain, TestBattery
101103
])
102104

103105
docs.roundtrip(for: tests, in: workspace.artifacts)
104-
105106
}
107+
#endif
106108

107109
// SwiftNIO has lots of dependencies. If we can handle SwiftNIO,
108110
// we can handle anything!

0 commit comments

Comments
 (0)