Skip to content

Commit

Permalink
Revert "Move a regression test out of CI (#80399)"
Browse files Browse the repository at this point in the history
This reverts commit eb4d230.
  • Loading branch information
cshung committed Aug 14, 2024
1 parent 9e5d8e1 commit 62e2eed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Optimize>True</Optimize>
<!-- Move it out of CI for 78899 -->
<CLRTestPriority>1</CLRTestPriority>

<!-- This test needs GCStress mode but it doesn't take long to execute
so is fine to keep it in the inner loop -->
Expand Down
3 changes: 0 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/MonoAPI/**">
<Issue>CoreCLR does not implement the mono embedding API</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/Github/Runtime_76219/Runtime_76219/*">
<Issue>https://github.com/dotnet/runtime/issues/78899</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/readytorun/GenericCycleDetection/Depth3Test/*">
<Issue>https://github.com/dotnet/runtime/issues/88586</Issue>
</ExcludeList>
Expand Down

0 comments on commit 62e2eed

Please sign in to comment.