Skip to content

Commit 12785f8

Browse files
authored
[wasm][aot] Disable System.Text.RegularExpressions.Unit.Tests (#66311)
Issue: #66118
1 parent 1330ef5 commit 12785f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/tests.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232

3333
<!-- Wasm aot on all platforms -->
3434
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
35+
<!-- https://github.com/dotnet/runtime/issues/66118 -->
36+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\UnitTests\System.Text.RegularExpressions.Unit.Tests.csproj" />
37+
3538
<!-- https://github.com/dotnet/runtime/issues/61756 -->
3639
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
3740

0 commit comments

Comments
 (0)