From 4b3d467c791f63296f253db822a6c74bb24d04f3 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Mon, 11 Mar 2019 10:17:04 -0400 Subject: [PATCH] Disable TestCheckChildProcessUserAndGroupIds test (dotnet/corefx#35949) Sporadically failing in CI Commit migrated from https://github.com/dotnet/corefx/commit/6eedd6fd57dc89bba05bbe18ed395e9efae4ada1 --- src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs b/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs index 8b37c81..a80435e 100644 --- a/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs +++ b/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs @@ -523,6 +523,7 @@ namespace System.Diagnostics.Tests } [Fact] + [ActiveIssue(35933, TestPlatforms.AnyUnix)] public unsafe void TestCheckChildProcessUserAndGroupIds() { string userName = GetCurrentRealUserName(); -- 2.7.4