Skip to content

Commit d2603fb

Browse files
committed
Skip hanging tests when on Windows with SubprocessFoundation trait enabled
1 parent c1c472e commit d2603fb

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

862-
#if !os(Windows)
862+
#if !os(Windows) || !SubprocessFoundation
863863
@Test func testReplaceStdoutErrorRedirection() async throws {
864864
#if os(Windows)
865865
let config =

0 commit comments

Comments
 (0)