[libraries] Reenable System.Diagnostics.DiagnosticSorce.Switches.Tests on mobile...
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Mon, 2 Aug 2021 21:28:50 +0000 (17:28 -0400)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 21:28:50 +0000 (17:28 -0400)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Diagnostics.DiagnosticSource/tests/TestWithConfigSwitches/ActivityTests.cs

index 5890e43..cb848a9 100644 (file)
@@ -6,8 +6,6 @@ using Xunit;
 
 namespace System.Diagnostics.Tests
 {
-    [ActiveIssue("https://github.com/dotnet/runtime/issues/37073", TestPlatforms.Android)]
-    [ActiveIssue("https://github.com/dotnet/runtime/issues/51376", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
     public class ActivityTests : IDisposable
     {
         [Fact]