Skip to content

Commit

Permalink
Disable nogcregion (dotnet#100167)
Browse files Browse the repository at this point in the history
* Disable NoGCRegion Test due to intermittent failure

* Fix alignment
  • Loading branch information
mangod9 committed Mar 23, 2024
1 parent 7dae296 commit b31f952
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 @@ -17,6 +17,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/SSA/MemorySsa/**">
<Issue>https://github.com/dotnet/runtime/issues/86112</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/GC/API/NoGCRegion/Callback_Svr/**">
<Issue>https://github.com/dotnet/runtime/issues/100149</Issue>
</ExcludeList>
</ItemGroup>

<!-- All OS/Arch CoreCLR excludes -->
Expand Down

0 comments on commit b31f952

Please sign in to comment.