Skip to content

Commit

Permalink
Disable NamedPipeTest_ServerInOut_ClientInOut_Synchronous test config…
Browse files Browse the repository at this point in the history
…uration (#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
  • Loading branch information
stephentoub authored Jul 21, 2022
1 parent c2f07f6 commit 0b1c61e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,14 +811,10 @@ public sealed class NamedPipeTest_ServerIn_ClientOut_Asynchronous : NamedPipeTes
protected override PipeOptions Options => PipeOptions.Asynchronous;
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/72526")]
public sealed class NamedPipeTest_ServerInOut_ClientInOut_Synchronous : NamedPipeTest_ServerInOut_ClientInOut
{
protected override PipeOptions Options => PipeOptions.None;

// TODO https://github.com/dotnet/runtime/issues/72526:
// The ConcurrentBidirectionalReadsWrites_Success test hangs on Windows with PipeOptions.None and InOut named pipes.
// Disabling for now.
protected override bool SupportsConcurrentBidirectionalUse => !OperatingSystem.IsWindows();
}

public sealed class NamedPipeTest_ServerInOut_ClientInOut_Asynchronous : NamedPipeTest_ServerInOut_ClientInOut
Expand Down

0 comments on commit 0b1c61e

Please sign in to comment.