Disabled GC.TotalBytesAllocated test. (#42921)
authorNathan Ricci <naricc@microsoft.com>
Thu, 1 Oct 2020 21:55:29 +0000 (17:55 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 21:55:29 +0000 (17:55 -0400)
src/libraries/System.Runtime/tests/System/GCTests.cs

index f4f03b9..1b20e75 100644 (file)
@@ -870,6 +870,7 @@ namespace System.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/42883", TestRuntimes.Mono)]
         public static void GetTotalAllocatedBytes()
         {
             byte[] stash;