Skip to content

Commit c1c472e

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

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
@@ -859,6 +859,7 @@ struct PipeConfigurationTests {
859859
#expect(result.terminationStatus.isSuccess)
860860
}
861861

862+
#if !os(Windows)
862863
@Test func testReplaceStdoutErrorRedirection() async throws {
863864
#if os(Windows)
864865
let config =
@@ -900,7 +901,6 @@ struct PipeConfigurationTests {
900901
#expect(result.terminationStatus.isSuccess)
901902
}
902903

903-
#if !os(Windows)
904904
@Test func testMergeErrorRedirection() async throws {
905905
#if os(Windows)
906906
let config =

0 commit comments

Comments
 (0)