[libs][Android] Reenable Trace_ClearTraceListeners_StopsWritingToDebugger test (...
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Thu, 10 Aug 2023 00:33:34 +0000 (20:33 -0400)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 00:33:34 +0000 (20:33 -0400)
Removes unnecessary ActiveIssue discovered in https://github.com/dotnet/runtime/issues/50570#issuecomment-1671049438

src/libraries/System.Diagnostics.Debug/tests/DebugTestsUsingListeners.cs

index 790c6a3..f5d40cd 100644 (file)
@@ -196,7 +196,6 @@ namespace System.Diagnostics.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/50570", TestPlatforms.Android)]
         public void Trace_ClearTraceListeners_StopsWritingToDebugger()
         {
             VerifyLogged(() => Debug.Write("pizza"), "pizza");