Skip to content

Commit 1bae8af

Browse files
committed
Skip tests for Windows that cause hanging
1 parent a21ad26 commit 1bae8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ struct PipeConfigurationTests {
932932
#expect(result.standardOutput?.contains("stderr") == true)
933933
#expect(result.terminationStatus.isSuccess)
934934
}
935-
#endif
936935

937936
@Test func testErrorRedirectionWithPipeOperators() async throws {
938937
#if os(Windows)
@@ -969,6 +968,7 @@ struct PipeConfigurationTests {
969968
#expect(lineCount == "1")
970969
#expect(result.terminationStatus.isSuccess)
971970
}
971+
#endif
972972

973973
@Test func testProcessHelperWithErrorRedirection() async throws {
974974
let pipeline =

0 commit comments

Comments
 (0)