Skip to content

Commit a21ad26

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

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
@@ -900,6 +900,7 @@ struct PipeConfigurationTests {
900900
#expect(result.terminationStatus.isSuccess)
901901
}
902902

903+
#if !os(Windows)
903904
@Test func testMergeErrorRedirection() async throws {
904905
#if os(Windows)
905906
let config =
@@ -931,6 +932,7 @@ struct PipeConfigurationTests {
931932
#expect(result.standardOutput?.contains("stderr") == true)
932933
#expect(result.terminationStatus.isSuccess)
933934
}
935+
#endif
934936

935937
@Test func testErrorRedirectionWithPipeOperators() async throws {
936938
#if os(Windows)

0 commit comments

Comments
 (0)