Skip to content

Commit 67b93b2

Browse files
radicallewing
andauthored
[wasm][aot][tests] Disable tests causing crash - System.Text.Encoding… (#53971)
Co-authored-by: Larry Ewing <lewing@microsoft.com>
1 parent b2fe667 commit 67b93b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/libraries/System.Text.Encodings.Web/tests/TextEncoderSettingsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static bool IsCharacterAllowed(this TextEncoderSettings settings, char ch
3131
}
3232
}
3333

34+
[ActiveIssue("https://github.com/dotnet/runtime/issues/50965", TestPlatforms.Browser)]
3435
public class TextEncoderSettingsTests
3536
{
3637
[Fact]

src/libraries/tests.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
<!-- Issue: https://github.com/dotnet/runtime/issues/51722 -->
256256
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq\tests\System.Linq.Tests.csproj" />
257257

258-
<!-- Issue: https://github.com/dotnet/runtime/issues/50965 -->
259-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Encodings.Web\tests\System.Text.Encodings.Web.Tests.csproj" />
260-
261258
<!-- Issue: https://github.com/dotnet/runtime/issues/51678 -->
262259
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Loader\tests\System.Runtime.Loader.Tests.csproj" />
263260

0 commit comments

Comments
 (0)