Disable failing Process test (dotnet/corefx#38885)
authorWilliam Godbe <wigodbe@microsoft.com>
Tue, 25 Jun 2019 19:00:44 +0000 (12:00 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 19:00:44 +0000 (12:00 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/e4d34071b2049268283676152a61d1ed2cd52879

src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs

index f9358da..f3f4590 100644 (file)
@@ -577,6 +577,7 @@ namespace System.Diagnostics.Tests
         [Trait(XunitConstants.Category, XunitConstants.RequiresElevation)]
         [InlineData(true)]
         [InlineData(false)]
+        [ActiveIssue(38833, TestPlatforms.AnyUnix)]
         public unsafe void TestCheckChildProcessUserAndGroupIdsElevated(bool useRootGroups)
         {
             Func<string, string, int> runsAsRoot = (string username, string useRootGroupsArg) =>