Skip to content

Commit eb4d230

Browse files
Move a regression test out of CI (dotnet#80399)
Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
1 parent 870825a commit eb4d230

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<Optimize>True</Optimize>
5+
<!-- Move it out of CI for 78899 -->
6+
<CLRTestPriority>1</CLRTestPriority>
57

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

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<ExcludeList Include="$(XunitTestBinBase)/Interop/MonoAPI/**">
6464
<Issue>CoreCLR does not implement the mono embedding API</Issue>
6565
</ExcludeList>
66+
<ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/Github/Runtime_76219/Runtime_76219/*">
67+
<Issue>https://github.com/dotnet/runtime/issues/78899</Issue>
68+
</ExcludeList>
6669
</ItemGroup>
6770

6871
<!-- All Unix targets on all runtimes -->

0 commit comments

Comments
 (0)