-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Quarantine InteropTest #22102
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
Quarantine InteropTest #22102
Conversation
Hello @pranavkm! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@@ -26,6 +26,7 @@ public InteropTests(ITestOutputHelper output) | |||
} | |||
|
|||
[Theory] | |||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22101")] |
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.
@JunTaoLuo and @JamesNK can we please prioritize splitting up this [Theory]
so that we can quarantine things more granularly? Is there an issue tracking that work?
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.
New issue: #22117
Hmm - several other interop test failed in https://dev.azure.com/dnceng/public/_build/results?buildId=656709&view=results. |
@JamesNK are the tests in |
The tests are independent. Order doesn't matter. There is either a transient environmental issue causing all these tests to suddenly start failing, or a lower level change in Kestrel/ASP.NET Core. |
No description provided.