Skip to content

Commit 401a93f

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 3782fd1 commit 401a93f

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,13 +4081,14 @@ 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 XCTSkipIfWorkingDirectoryUnsupported()
40884088

40894089
try await super.testCommandPluginTestingCallbacks()
40904090
}
4091+
#endif
40914092

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

0 commit comments

Comments
 (0)