-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Unquarantine fixed tests that have not failed in 30 days #57978
Conversation
- This appears to have been missed
@@ -28,14 +28,12 @@ protected override void InitializeAsyncCore() | |||
} | |||
|
|||
[Fact] | |||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54754")] |
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.
@MackinnonBuck I saw you mention in this issue that the test failures may be caused by dotnet/runtime#106788 which is still open.
However, you still kept the test-fixed
label on the issue and I don't see any ThreadingAppTests failing at https://dev.azure.com/dnceng-public/public/_test/analytics?definitionId=84&contextType=build. Do you think these are safe to unquarantine?
This reverts commit efbbf3b.
I didn't look at https://dev.azure.com/dnceng-public/public/_test/analytics?definitionId=84&contextType=build closely enough. Both I requarantined both tests, and I'll remove the |
This reverts commit 763b6c6.
Fixes #54754
Fixes #54447
Fixes#57153Fixes#57259#47967 was already closed, but the tests were still quarantined.