Skip to content

Commit 0b1c61e

Browse files
authored
Disable NamedPipeTest_ServerInOut_ClientInOut_Synchronous test configuration (#72613)
* Disable NamedPipeTest_ServerInOut_ClientInOut_Synchronous test configuration This variation was named pipes stream conformance tests was just introduced and appears to be unstable, resulting in multiple tests hanging frequently. * Update PipeStreamConformanceTests.cs
1 parent c2f07f6 commit 0b1c61e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -811,14 +811,10 @@ public sealed class NamedPipeTest_ServerIn_ClientOut_Asynchronous : NamedPipeTes
811811
protected override PipeOptions Options => PipeOptions.Asynchronous;
812812
}
813813

814+
[ActiveIssue("https://github.com/dotnet/runtime/issues/72526")]
814815
public sealed class NamedPipeTest_ServerInOut_ClientInOut_Synchronous : NamedPipeTest_ServerInOut_ClientInOut
815816
{
816817
protected override PipeOptions Options => PipeOptions.None;
817-
818-
// TODO https://github.com/dotnet/runtime/issues/72526:
819-
// The ConcurrentBidirectionalReadsWrites_Success test hangs on Windows with PipeOptions.None and InOut named pipes.
820-
// Disabling for now.
821-
protected override bool SupportsConcurrentBidirectionalUse => !OperatingSystem.IsWindows();
822818
}
823819

824820
public sealed class NamedPipeTest_ServerInOut_ClientInOut_Asynchronous : NamedPipeTest_ServerInOut_ClientInOut

0 commit comments

Comments
 (0)