Skip to content

Commit

Permalink
Move a regression test out of CI (#80399)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
  • Loading branch information
cshung and BruceForstall authored Jan 12, 2023
1 parent 870825a commit eb4d230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<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: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<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>
</ItemGroup>

<!-- All Unix targets on all runtimes -->
Expand Down

0 comments on commit eb4d230

Please sign in to comment.