File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments