Skip to content

Commit

Permalink
Disable failing test on issue (dotnet#105557)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jul 26, 2024
1 parent 9d7551e commit 7806adc
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 @@ -692,6 +692,9 @@

<!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventlistener/EventListenerThreadPool/**">
<Issue>https://github.com/dotnet/runtime/issues/105556</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/beta2/437017/**">
<Issue>https://github.com/dotnet/runtime/issues/102544</Issue>
</ExcludeList>
Expand Down

0 comments on commit 7806adc

Please sign in to comment.