Skip to content

Commit

Permalink
[wasi] Disable failing test
Browse files Browse the repository at this point in the history
System.Runtime.Serialization.Xml.ReflectionOnly.Tests:DataContractSerializerTests.DCS_MemoryStream_Deserialize_CompatibleWithFullFramework

Issue: dotnet#73961
  • Loading branch information
radical committed May 2, 2023
1 parent fcefd9d commit c82e562
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4168,6 +4168,7 @@ static void ValidateObject(MemoryStream original, string expectedXml, byte[] exp

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73961", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73961", typeof(PlatformDetection), nameof(PlatformDetection.IsWasi))]
public static void DCS_MemoryStream_Deserialize_CompatibleWithFullFramework()
{
// The payloads in this test were generated by a Full Framework application.
Expand Down

0 comments on commit c82e562

Please sign in to comment.