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,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 " )
You can’t perform that action at this time.
0 commit comments