Skip to content

Commit

Permalink
Add issues.targets entry for UnitTest_GVM, dotnet#42924 (dotnet#43100)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Oct 8, 2020
1 parent f7d251f commit ad88f42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests/*">
<Issue>https://github.com/dotnet/runtime/issues/34905</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM/*">
<Issue>https://github.com/dotnet/runtime/issues/42924</Issue>
</ExcludeList>
</ItemGroup>

<!-- run.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
Expand Down

0 comments on commit ad88f42

Please sign in to comment.