Skip to content

Commit bd052be

Browse files
committed
Revert "Move a regression test out of CI (#80399)"
This reverts commit eb4d230.
1 parent db97a84 commit bd052be

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/tests/GC/Regressions/Github/Runtime_76219/Runtime_76219.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<Optimize>True</Optimize>
5-
<!-- Move it out of CI for 78899 -->
6-
<CLRTestPriority>1</CLRTestPriority>
75

86
<!-- This test needs GCStress mode but it doesn't take long to execute
97
so is fine to keep it in the inner loop -->

src/tests/issues.targets

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
<ExcludeList Include="$(XunitTestBinBase)/Interop/MonoAPI/**">
6767
<Issue>CoreCLR does not implement the mono embedding API</Issue>
6868
</ExcludeList>
69-
<ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/Github/Runtime_76219/Runtime_76219/*">
70-
<Issue>https://github.com/dotnet/runtime/issues/78899</Issue>
71-
</ExcludeList>
7269
<ExcludeList Include="$(XunitTestBinBase)/readytorun/GenericCycleDetection/Depth3Test/*">
7370
<Issue>https://github.com/dotnet/runtime/issues/88586</Issue>
7471
</ExcludeList>

0 commit comments

Comments
 (0)