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

Commit d9365f5

Browse files
ViktorHoferdanmoseley
authored andcommitted
Reenable uap tests that timed out (#31961)
1 parent da6117f commit d9365f5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ namespace System.IO.Pipes.Tests
1010
public class AnonymousPipeTest_CrossProcess : RemoteExecutorTestBase
1111
{
1212
[Fact]
13-
[ActiveIssue("https://github.com/dotnet/corefx/issues/21275", TargetFrameworkMonikers.Uap)]
1413
public void PingPong()
1514
{
1615
// Create two anonymous pipes, one for each direction of communication.

src/System.Threading/tests/EventWaitHandleTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public void OpenExisting_NameUsedByOtherSynchronizationPrimitive_Windows()
186186
[Theory]
187187
[InlineData(EventResetMode.ManualReset)]
188188
[InlineData(EventResetMode.AutoReset)]
189-
[ActiveIssue(21275, TargetFrameworkMonikers.Uap)]
190189
public void PingPong(EventResetMode mode)
191190
{
192191
// Create names for the two events

src/System.Threading/tests/SemaphoreTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ public void OpenExisting_SameAsOriginal_Windows(string name)
278278

279279
[Fact]
280280
[PlatformSpecific(TestPlatforms.Windows)] // names aren't supported on Unix
281-
[ActiveIssue(21275, TargetFrameworkMonikers.Uap)]
282281
public void PingPong()
283282
{
284283
// Create names for the two semaphores

0 commit comments

Comments
 (0)