Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8391b0a

Browse files
committed
Disable Server_ReadWriteCancelledToken_Throws_OperationCanceledException
1 parent 5e342c3 commit 8391b0a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tests/CoreFX/TopN.CoreFX.x64.Unix.issues.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,30 @@
7272
"namespaces": null,
7373
"classes": null,
7474
"methods": [
75+
{
76+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerInOutRead_ClientInOutWrite.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
77+
"reason": "https://github.com/dotnet/corefx/issues/16934"
78+
},
79+
{
80+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerInOutWrite_ClientInOutRead.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
81+
"reason": "https://github.com/dotnet/corefx/issues/16934"
82+
},
83+
{
84+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerInOut_ClientIn.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
85+
"reason": "https://github.com/dotnet/corefx/issues/16934"
86+
},
87+
{
88+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerInOut_ClientOut.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
89+
"reason": "https://github.com/dotnet/corefx/issues/16934"
90+
},
91+
{
92+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerOut_ClientIn.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
93+
"reason": "https://github.com/dotnet/corefx/issues/16934"
94+
},
95+
{
96+
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerIn_ClientOut.Server_ReadWriteCancelledToken_Throws_OperationCanceledException",
97+
"reason": "https://github.com/dotnet/corefx/issues/16934"
98+
},
7599
{
76100
"name": "System.IO.Pipes.Tests.NamedPipeTest_Simple_ServerInOutRead_ClientInOutWrite.Client_ReadWriteCancelledToken_Throws_OperationCanceledException",
77101
"reason": "https://github.com/dotnet/corefx/issues/16934"

0 commit comments

Comments
 (0)