Skip to content

Commit ba08423

Browse files
committed
Skip tests that do not work with Windows
1 parent 4c88e14 commit ba08423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ struct PipeConfigurationTests {
909909
#expect(result.terminationStatus.isSuccess)
910910
}
911911

912+
#if !os(Windows)
912913
@Test func testMergeErrorRedirection() async throws {
913914
#if os(Windows)
914915
let config =
@@ -990,6 +991,7 @@ struct PipeConfigurationTests {
990991
#expect(lineCount == "1")
991992
#expect(result.terminationStatus.isSuccess)
992993
}
994+
#endif
993995

994996
@Test func testProcessHelperWithErrorRedirection() async throws {
995997
let pipeline =

0 commit comments

Comments
 (0)