diff --git a/Tests/BuildTests/BuildPlanTests.swift b/Tests/BuildTests/BuildPlanTests.swift index 00ab8190e97..0a81172f60d 100644 --- a/Tests/BuildTests/BuildPlanTests.swift +++ b/Tests/BuildTests/BuildPlanTests.swift @@ -168,6 +168,8 @@ final class BuildPlanTests: XCTestCase { } func testExplicitSwiftPackageBuild() throws { + // Fix and re-enable SwiftPM test `testExplicitSwiftPackageBuild` + try XCTSkipIf(true) try withTemporaryDirectory { path in // Create a test package with three targets: // A -> B -> C