Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable gcstress and jitstress for tracing tests #85186

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

davmason
Copy link
Member

The tracing tests time out pretty reliably if run under GCStress or JITStress, especially on arm or x86 platforms. We have one by one disabled most tests, but since the issues keep being filed for the remaining tests it is time to admit that they are not interesting and cause us more trouble than they're worth in the stress modes.

Fixes #84555
Fixes #83015
Fixes #80767

@davmason davmason merged commit 5490774 into dotnet:main Apr 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.