Skip to content

Commit 8d0bbf0

Browse files
authored
Merge pull request #747 from artemcm/DisableScanASTest
2 parents c5c10de + c9f5a7d commit 8d0bbf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,10 @@ final class ExplicitModuleBuildTests: XCTestCase {
730730

731731
/// Test the libSwiftScan dependency scanning.
732732
func testDependencyScanning() throws {
733+
#if os(macOS) && arch(arm64)
734+
// Temporarily disabled on Apple Silicon
735+
throw XCTSkip()
736+
#endif
733737
let (stdLibPath, shimsPath, toolchain, hostTriple) = try getDriverArtifactsForScanning()
734738

735739
// The dependency oracle wraps an instance of libSwiftScan and ensures thread safety across

0 commit comments

Comments
 (0)