File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Sources/SymbolGraphBuilderTests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,9 @@ enum Main:TestMain, TestBattery
336
336
337
337
// The swift-snapshot-testing package at 1.17.0 has a dependency on SwiftSyntax with
338
338
// prerelease bounds on both sides, so we should be able to handle that.
339
+
340
+ // This test is disabled on macOS because `swift symbolgraph-extract` crashes there.
341
+ #if os(Linux)
339
342
if let tests: TestGroup = tests / " swift-snapshot-testing " ,
340
343
let docs: SymbolGraphObject < Void > = ( tests. do
341
344
{
@@ -356,6 +359,7 @@ enum Main:TestMain, TestBattery
356
359
357
360
docs. roundtrip ( for: tests, in: workspace. artifacts)
358
361
}
362
+ #endif
359
363
360
364
// IndexstoreDB links the LLVM Blocks runtime, so this tests that we handle that.
361
365
// Since it involves specifying the location of the Swift runtime, we can only expect
You can’t perform that action at this time.
0 commit comments