[wasm][aot] Enable `DataContractSerializerTests.DCS_DerivedTypeWithDifferentOverrides...
authorIlona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Tue, 21 Jun 2022 22:32:09 +0000 (00:32 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 22:32:09 +0000 (18:32 -0400)
src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializer.cs

index 4691273..a2ada3d 100644 (file)
@@ -1081,7 +1081,6 @@ public static partial class DataContractSerializerTests
     }
 
     [Fact]
-    [ActiveIssue("https://github.com/dotnet/runtime/issues/51679", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
     [ActiveIssue("https://github.com/dotnet/runtime/issues/60462", TestPlatforms.iOS | TestPlatforms.tvOS)]
     public static void DCS_DerivedTypeWithDifferentOverrides()
     {