Skip to content

Commit 358e740

Browse files
committed
Revert "Temporarily skip a Swift Build test to allow staging in changes to the test product type. (#8758)"
This reverts commit 609592e.
1 parent a7b1b24 commit 358e740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/CommandsTests/PackageCommandTests.swift

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

4084+
#if !os(macOS)
40844085
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 await super.testCommandPluginTestingCallbacks()
40884088
}
4089+
#endif
40894090

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

0 commit comments

Comments
 (0)