Skip to content

Commit

Permalink
Add tracking issue for disabling GCStress=3
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Jul 8, 2020
1 parent 817adc7 commit 9bdf668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
${{ if in(parameters.coreclrTestGroup, 'gcstress0x3-gcstress0xc') }}:
scenarios:
# Disable gcstress0x3 for now; it causes lots of test timeouts. Investigate this after
# gcstress0xc runs are clean.
# gcstress0xc runs are clean. Tracking issue: https://github.com/dotnet/runtime/issues/38903.
# - gcstress0x3
- gcstress0xc
${{ if in(parameters.coreclrTestGroup, 'gcstress-extra') }}:
Expand Down

0 comments on commit 9bdf668

Please sign in to comment.