We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2603fb commit 8df5c6bCopy full SHA for 8df5c6b
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -859,7 +859,8 @@ struct PipeConfigurationTests {
859
#expect(result.terminationStatus.isSuccess)
860
}
861
862
- #if !os(Windows) || !SubprocessFoundation
+ // FIXME these tend to cause hangs on Windows in CI
863
+ #if !os(Windows)
864
@Test func testReplaceStdoutErrorRedirection() async throws {
865
#if os(Windows)
866
let config =
0 commit comments