-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Skip WebSocketOutOfProcessTests on Windows.Amd64.Server2022.Open #59112
Conversation
Huh, maybe skip attributes on abstract classes aren't discovered aspnetcore/src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketTests.cs Lines 32 to 37 in 3ba179a
This is what we should do in both WebSocketsOutOfProcess and WebSocketsInProcess then. |
WebSocketsInProcess too |
I didn't spot any failures in the in-process tests. Do we want to update the annotation as a proactive measure since they use the same base class? |
The screenshot I shared in #59112 (comment) shows in process failing as well. It was from the latest Helix run. |
…ndshake (#58931) * Fix IIS outofprocess to remove WebSocket compression handshake * test name * Don't run IIS websocket tests on unsupported queue * comment * using * using * not * Skip WebSocketOutOfProcessTests on Windows.Amd64.Server2022.Open (#59112) * Skip WebSocketOutOfProcessTests on Windows.Amd64.Server2022.Open * Use if-def from base class * Fix in-proc and remove attributes from abstract class --------- Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: Safia Abdalla <safia@microsoft.com>
Addresses #59111.