Revert "Reenable a disabled test. (#53779)" (#53791)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 7 Jun 2021 15:39:13 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 15:39:13 +0000 (11:39 -0400)
This reverts commit 2e7e66d3be35861e39c2043f8be921622bc05ec8.

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

index c7e4700..47c538a 100644 (file)
@@ -743,6 +743,7 @@ namespace System.Diagnostics.Tests
         }
 
         [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/49107", typeof(PlatformDetection), nameof(PlatformDetection.IsMacOsAppleSilicon))]
         public void TestVirtualMemorySize64()
         {
             CreateDefaultProcess();