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

Commit 7f762bd

Browse files
committed
Merge pull request #2123 from nguerrera/disable-failing-pipes-tests
Disable S.IO.Pipes tests blocked by #1840
2 parents c9309a4 + e553101 commit 7f762bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/System.IO.Pipes/tests/AnonymousPipesSimpleTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public static async Task ServerPInvokeChecks()
197197
}
198198

199199
[Fact]
200+
[ActiveIssue(1840, PlatformID.Windows)]
200201
public static async Task ClientPInvokeChecks()
201202
{
202203
using (AnonymousPipeServerStream server = new AnonymousPipeServerStream(PipeDirection.In, System.IO.HandleInheritability.None, 4096))

src/System.IO.Pipes/tests/NamedPipesSimpleTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ public static async Task ClientPInvokeChecks()
354354
}
355355

356356
[Fact]
357+
[ActiveIssue(1840)]
357358
[PlatformSpecific(PlatformID.Windows)]
358359
public static void ClientServerMessages()
359360
{
@@ -405,6 +406,7 @@ public static void ClientServerMessages()
405406
}
406407

407408
[Fact]
409+
[ActiveIssue(1840, PlatformID.Windows)]
408410
public static async Task ServerCloneTests()
409411
{
410412
const string pipeName = "fooclone";
@@ -436,6 +438,7 @@ public static async Task ServerCloneTests()
436438
}
437439

438440
[Fact]
441+
[ActiveIssue(1840, PlatformID.Windows)]
439442
public static async Task ClientCloneTests()
440443
{
441444
const string pipeName = "fooClientclone";

0 commit comments

Comments
 (0)