From 1c4c231e1ee4596ccc07d235b39aa891940d806a Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 9 Jun 2021 16:24:31 -0400 Subject: [PATCH] [wasm][aot][tests] Disable tests causing crash - System.Text.Encodings.Web.Tests With these tests disabled, the test run doesn't crash, and can be reenabled for AOT. Issue: https://github.com/dotnet/runtime/issues/50965 --- .../tests/TextEncoderSettingsTests.cs | 1 + src/libraries/tests.proj | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libraries/System.Text.Encodings.Web/tests/TextEncoderSettingsTests.cs b/src/libraries/System.Text.Encodings.Web/tests/TextEncoderSettingsTests.cs index b7945bfaf00b4..e8d39bc93ab8d 100644 --- a/src/libraries/System.Text.Encodings.Web/tests/TextEncoderSettingsTests.cs +++ b/src/libraries/System.Text.Encodings.Web/tests/TextEncoderSettingsTests.cs @@ -31,6 +31,7 @@ public static bool IsCharacterAllowed(this TextEncoderSettings settings, char ch } } + [ActiveIssue("https://github.com/dotnet/runtime/issues/50965", TestPlatforms.Browser)] public class TextEncoderSettingsTests { [Fact] diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 9c5e17f0ad72f..88665f357ddbc 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -258,9 +258,6 @@ - - -