Skip to content

Commit 609592e

Browse files
authored
Temporarily skip a Swift Build test to allow staging in changes to the test product type. (#8758)
We're staging in changes so tests build as dylibs with a separate runner executable on non-Darwin platforms, which more closely matches the native build system. Skip this test temporarily as it will fail after the Swift Build changes land but before the SwiftPM ones do, to avoid the need for coordinated merges
1 parent 69a3a70 commit 609592e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4081,14 +4081,13 @@ class PackageCommandSwiftBuildTests: PackageCommandTestCase {
40814081
throw XCTSkip("SWBINTTODO: Build plan is not currently supported")
40824082
}
40834083

4084-
#if !os(macOS)
40854084
override func testCommandPluginTestingCallbacks() async throws {
4085+
throw XCTSkip("SWBINTTODO: Requires PIF generation to adopt new test runner product type")
40864086
try XCTSkipOnWindows(because: "TSCBasic/Path.swift:969: Assertion failed, https://github.com/swiftlang/swift-package-manager/issues/8602")
40874087
try XCTSkipIfWorkingDirectoryUnsupported()
40884088

40894089
try await super.testCommandPluginTestingCallbacks()
40904090
}
4091-
#endif
40924091

40934092
override func testCommandPluginTargetBuilds() async throws {
40944093
try XCTSkipOnWindows(because: "TSCBasic/Path.swift:969: Assertion failed, https://github.com/swiftlang/swift-package-manager/issues/8602")

0 commit comments

Comments
 (0)