Skip to content

Commit 8df5c6b

Browse files
committed
Skip hanging tests when on Windows
1 parent d2603fb commit 8df5c6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ struct PipeConfigurationTests {
859859
#expect(result.terminationStatus.isSuccess)
860860
}
861861

862-
#if !os(Windows) || !SubprocessFoundation
862+
// FIXME these tend to cause hangs on Windows in CI
863+
#if !os(Windows)
863864
@Test func testReplaceStdoutErrorRedirection() async throws {
864865
#if os(Windows)
865866
let config =

0 commit comments

Comments
 (0)