Skip to content

Commit

Permalink
Disable stackoverflowtester test for osx-x64
Browse files Browse the repository at this point in the history
Tracking: dotnet#84911
  • Loading branch information
kouvel committed Aug 14, 2024
1 parent abdef75 commit 78de818
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 @@ -421,6 +421,9 @@

<!-- OSX x64 on CoreCLR Runtime -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TargetArchitecture)' == 'x64' and '$(RuntimeFlavor)' == 'coreclr' ">
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/*">
<Issue>https://github.com/dotnet/runtime/issues/84911</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrashMainThread/*">
<Issue>https://github.com/dotnet/runtime/issues/80356</Issue>
</ExcludeList>
Expand Down

0 comments on commit 78de818

Please sign in to comment.