From cb2a30a5dc28cb17ffc4dfbd3ddfeb56ff733b50 Mon Sep 17 00:00:00 2001 From: Artem Chikin Date: Tue, 9 Nov 2021 11:24:19 -0800 Subject: [PATCH] Re-enable `testExplicitSwiftPackageBuild` Disabled in: https://github.com/apple/swift-package-manager/pull/3673 --- Tests/BuildTests/BuildPlanTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/BuildTests/BuildPlanTests.swift b/Tests/BuildTests/BuildPlanTests.swift index 294614ca92f..9e084a8c09a 100644 --- a/Tests/BuildTests/BuildPlanTests.swift +++ b/Tests/BuildTests/BuildPlanTests.swift @@ -124,8 +124,6 @@ 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