We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870825a commit eb4d230Copy full SHA for eb4d230
src/tests/GC/Regressions/Github/Runtime_76219/Runtime_76219.csproj
@@ -2,6 +2,8 @@
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<Optimize>True</Optimize>
5
+ <!-- Move it out of CI for 78899 -->
6
+ <CLRTestPriority>1</CLRTestPriority>
7
8
<!-- This test needs GCStress mode but it doesn't take long to execute
9
so is fine to keep it in the inner loop -->
src/tests/issues.targets
@@ -63,6 +63,9 @@
63
<ExcludeList Include="$(XunitTestBinBase)/Interop/MonoAPI/**">
64
<Issue>CoreCLR does not implement the mono embedding API</Issue>
65
</ExcludeList>
66
+ <ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/Github/Runtime_76219/Runtime_76219/*">
67
+ <Issue>https://github.com/dotnet/runtime/issues/78899</Issue>
68
+ </ExcludeList>
69
</ItemGroup>
70
71
<!-- All Unix targets on all runtimes -->
0 commit comments