Skip to content

Commit

Permalink
Disable 2 failing coreclr tests until they are fixed. (#44420)
Browse files Browse the repository at this point in the history
* another failing test

* exclude another failure,
  • Loading branch information
Sergey Andreenko authored Nov 10, 2020
1 parent c1a21a0 commit 7a2e0ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
<ExcludeList Include="$(XunitTestBinBase)/readytorun/crossgen2/crossgen2smoke_donotalwaysusecrossgen2/*">
<Issue>https://github.com/dotnet/runtime/issues/44234</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/*">
<Issue>https://github.com/dotnet/runtime/issues/44341</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Dispatch/*">
<Issue>https://github.com/dotnet/runtime/issues/44186</Issue>
</ExcludeList>
</ItemGroup>

<!-- All Unix targets on all runtimes -->
Expand Down

0 comments on commit 7a2e0ec

Please sign in to comment.