-
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
[HTTP/3] Disabled test classes #53093
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsIn HTTP functional tests, there is 3 places where the whole test classes are suppressed with
This issue is to serve as a reminder to investigate and either fix or delete the tests. This issue can be split into separate ones for individual problems.
|
Reopened since I'm disabling the cookie tests again. |
Triage: Cookie tests blocked on #55025 |
In HTTP functional tests, there is 3 places where the whole test classes are suppressed with
#if false
:SocketsHttpHandlerTest_Cookies_Http3_MsQuic
andSocketsHttpHandlerTest_Cookies_Http3_Mock
Cancellation:-> HTTP3: Re-enable cookie and cancellation tests #54727SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3_MsQuic
andSocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3_Mock
AltSvc:-> Alt-Svc tests enabled and fixed for H/3 #53786SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3_MsQuic
andSocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3_Mock
This issue is to serve as a reminder to investigate and either fix or delete the tests. This issue can be split into separate ones for individual problems.
The text was updated successfully, but these errors were encountered: