Skip to content

Commit

Permalink
[wasm] Disable failing System.Formats.Cbor.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jun 14, 2023
1 parent bd02510 commit 1f2dad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@

<!-- wasm EAT/AOT -->
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(RunDisabledWasmTests)' != 'true' and '$(EnableAggressiveTrimming)' == 'true'">
<!-- https://github.com/dotnet/runtime/issues/86916 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Formats.Cbor\tests\System.Formats.Cbor.Tests.csproj" />
</ItemGroup>

<!-- Wasm aot on all platforms -->
Expand Down

0 comments on commit 1f2dad2

Please sign in to comment.