Skip to content

Commit

Permalink
Disable ValueArray tests on mono until implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Oct 20, 2021
1 parent e5019b3 commit b81da28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@

<!-- Known failures for mono runtime on *all* architectures/operating systems in *all* runtime modes -->
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
<ExcludeList Include="$(XunitTestBinBase)/CoreMangLib/system/valuearray/**">
<Issue>ValueArray NYI on mono</Issue>
</ExcludeList>

<ExcludeList Include = "$(XunitTestBinBase)/reflection/GenericAttribute/**">
<Issue>https://github.com/dotnet/runtime/issues/56887</Issue>
</ExcludeList>
Expand Down

0 comments on commit b81da28

Please sign in to comment.