Skip to content

Commit b8b2a8b

Browse files
[release/8.0] Update dependencies from dotnet/winforms (#50161)
* Update dependencies from https://github.com/dotnet/winforms build 20230817.2 System.Drawing.Common From Version 8.0.0-rc.1.23408.5 -> To Version 9.0.0-alpha.1.23417.2 * Quarantine LongPollingUsesHttp2ByDefault --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Steve Sanderson <[email protected]>
1 parent 8f264b7 commit b8b2a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,7 @@ public async Task CanBlockOnAsyncOperationsWithOneAtATimeSynchronizationContext(
23502350
}
23512351

23522352
[ConditionalFact]
2353+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50180")]
23532354
public async Task LongPollingUsesHttp2ByDefault()
23542355
{
23552356
await using (var server = await StartServer<Startup>(configureKestrelServerOptions: o =>

0 commit comments

Comments
 (0)