Skip to content

Commit 2e7e66d

Browse files
author
Sergey Andreenko
authored
Reenable a disabled test. (#53779)
1 parent 004dd56 commit 2e7e66d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ public void PrivateMemorySize64_GetNotStarted_ThrowsInvalidOperationException()
743743
}
744744

745745
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
746-
[ActiveIssue("https://github.com/dotnet/runtime/issues/49107", typeof(PlatformDetection), nameof(PlatformDetection.IsMacOsAppleSilicon))]
747746
public void TestVirtualMemorySize64()
748747
{
749748
CreateDefaultProcess();

0 commit comments

Comments
 (0)