Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update PipeStreamConformanceTests.cs
  • Loading branch information
stephentoub authored Jul 21, 2022
commit bc3f8ea0473ef01f503a7e15d9c22925373c9400
Original file line number Diff line number Diff line change
Expand Up @@ -804,12 +804,11 @@ public sealed class NamedPipeTest_ServerIn_ClientOut_Asynchronous : NamedPipeTes
protected override PipeOptions Options => PipeOptions.Asynchronous;
}

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

public sealed class NamedPipeTest_ServerInOut_ClientInOut_Asynchronous : NamedPipeTest_ServerInOut_ClientInOut
{
Expand Down