Skip to content

Commit b31f952

Browse files
authored
Disable nogcregion (#100167)
* Disable NoGCRegion Test due to intermittent failure * Fix alignment
1 parent 7dae296 commit b31f952

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/SSA/MemorySsa/**">
1818
<Issue>https://github.com/dotnet/runtime/issues/86112</Issue>
1919
</ExcludeList>
20+
<ExcludeList Include = "$(XunitTestBinBase)/GC/API/NoGCRegion/Callback_Svr/**">
21+
<Issue>https://github.com/dotnet/runtime/issues/100149</Issue>
22+
</ExcludeList>
2023
</ItemGroup>
2124

2225
<!-- All OS/Arch CoreCLR excludes -->

0 commit comments

Comments
 (0)