Skip to content

Commit 44a6d13

Browse files
committed
Skip tests for Windows that cause hanging
1 parent 8910837 commit 44a6d13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ struct PipeConfigurationTests {
796796
#expect(errorOutput.contains("shell stderr"))
797797
#expect(result.terminationStatus.isSuccess)
798798
}
799+
800+
#if !os(Windows)
799801
@Test func testSharedErrorRespectingMaxSize() async throws {
800802
let longErrorMessage = String(repeating: "error", count: 100) // 500 characters
801803

@@ -1412,6 +1414,7 @@ struct PipeConfigurationTests {
14121414
// This test is for compilation only
14131415
#expect(pipeline.stages.count == 3)
14141416
}
1417+
#endif
14151418
}
14161419

14171420
// MARK: - Compilation Tests (no execution)

0 commit comments

Comments
 (0)