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 {
4081
4081
throw XCTSkip ( " SWBINTTODO: Build plan is not currently supported " )
4082
4082
}
4083
4083
4084
+ #if !os(macOS)
4084
4085
override func testCommandPluginTestingCallbacks( ) async throws {
4085
- throw XCTSkip ( " SWBINTTODO: Requires PIF generation to adopt new test runner product type " )
4086
4086
try XCTSkipOnWindows ( because: " TSCBasic/Path.swift:969: Assertion failed, https://github.com/swiftlang/swift-package-manager/issues/8602 " )
4087
4087
try await super. testCommandPluginTestingCallbacks ( )
4088
4088
}
4089
+ #endif
4089
4090
4090
4091
override func testCommandPluginTargetBuilds( ) async throws {
4091
4092
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