Skip to content

Commit f1e2f89

Browse files
authored
async read/writes to STD IN/OUT/ERR are cancelable on Windows since .NET 8 (#121960)
1 parent 470ca86 commit f1e2f89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ async private Task<bool> WaitPipeSignal(PipeStream pipe, int millisecond)
344344
}
345345
}
346346

347-
[SkipOnPlatform(TestPlatforms.Windows, "currently on Windows these operations async-over-sync on Windows")]
348347
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
349348
public async Task ReadAsync_OutputStreams_Cancel_RespondsQuickly()
350349
{

0 commit comments

Comments
 (0)