Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-06-26 09:26:48 +0300
committerGitHub <noreply@github.com>2017-06-26 09:26:48 +0300
commitbf19717f91823f8464043ddc390da443ccfb4913 (patch)
tree746fdea6170112e744b24bddde54534d612771d1 /src/System.IO.Pipes
parent5d77312a1b0064866cee5ca6325100741bb251d1 (diff)
Disable Pipes, Threading, and String tests for UAP (#21543)
* Disable threading test for uap: * Disable turkishi test for uap: * Disable S.IO.Pipes test for UAP
Diffstat (limited to 'src/System.IO.Pipes')
-rw-r--r--src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs b/src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs
index e60bc0278a..c07b10c625 100644
--- a/src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs
+++ b/src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.CrossProcess.cs
@@ -10,6 +10,7 @@ namespace System.IO.Pipes.Tests
public class AnonymousPipeTest_CrossProcess : RemoteExecutorTestBase
{
[Fact]
+ [ActiveIssue("https://github.com/dotnet/corefx/issues/21275", TargetFrameworkMonikers.Uap)]
public void PingPong()
{
// Create two anonymous pipes, one for each direction of communication.