Skip to content

Commit

Permalink
fix exclusions. (#75475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangod9 committed Sep 13, 2022
1 parent 79030ac commit a80fee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,10 @@
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_45929/test45929/*">
<Issue>https://github.com/dotnet/runtime/issues/60152</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetTotalPauseDuration.csproj">
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetTotalPauseDuration/*">
<Issue>https://github.com/dotnet/runtime/issues/74631</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetGCMemoryInfo.csproj">
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetGCMemoryInfo/*">
<Issue>https://github.com/dotnet/runtime/issues/74902</Issue>
</ExcludeList>
</ItemGroup>
Expand Down

0 comments on commit a80fee0

Please sign in to comment.