Skip to content

Commit

Permalink
[wasm] Disable System.Text.RegularExpressions.Generators.Tests (#65238)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Feb 12, 2022
1 parent e04d750 commit 55884ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\console-node-ts\Wasm.Console.Node.TS.Sample.csproj" />
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-webpack\Wasm.Browser.WebPack.Sample.csproj" />
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-nextjs\Wasm.Browser.NextJs.Sample.csproj" />

<!-- These tests are completely disabled on wasm -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Generators.Tests/System.Text.RegularExpressions.Generators.Tests.csproj" />
</ItemGroup>

<!-- Wasm aot on !windows -->
Expand Down

0 comments on commit 55884ce

Please sign in to comment.