Skip to content

Commit

Permalink
[wasm][aot][tests] Disable tests causing crash - System.Text.Encoding… (
Browse files Browse the repository at this point in the history
#53971)

Co-authored-by: Larry Ewing <lewing@microsoft.com>
  • Loading branch information
radical and lewing authored Jun 11, 2021
1 parent b2fe667 commit 67b93b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 0 additions & 3 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@
<!-- Issue: https://github.com/dotnet/runtime/issues/51722 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq\tests\System.Linq.Tests.csproj" />

<!-- Issue: https://github.com/dotnet/runtime/issues/50965 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Encodings.Web\tests\System.Text.Encodings.Web.Tests.csproj" />

<!-- Issue: https://github.com/dotnet/runtime/issues/51678 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Loader\tests\System.Runtime.Loader.Tests.csproj" />

Expand Down

0 comments on commit 67b93b2

Please sign in to comment.