-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 TestDynamicAssembly tests #50592
Disable TestDynamicAssembly tests #50592
Conversation
These fail under GCStress. Issue: dotnet#48579
related: #49387 |
TestDynamicAssembly(false); | ||
|
||
// TestDynamicAssembly() disabled due to https://github.com/dotnet/runtime/issues/48579 | ||
//TestDynamicAssembly(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are both the tests failing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know. Some call to TestDefineDynamicAssembly fails. (Honestly, I don't care very much, since I'm ok with a "big hammer" if it's temporary, to get the CI running clean)
May be we should open a follow- up issue to reenable the test? |
I have left a note in #49387 (comment). |
I think the failure was in a PR-triggered run. Maybe there was something related to that? It hasn't failed in a main branch run. |
Looks to be the case...I have pasted the historical test failure table in #48579 (comment). |
These fail under GCStress.
Issue: #48579