This commit is contained in:
Hao Kung 2021-10-28 16:52:18 -07:00 коммит произвёл GitHub
Родитель a262df2273
Коммит 5753b83563
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -450,6 +450,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
[ConditionalFact]
[RequiresNewHandler]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/37915")]
public async Task StartupTimeoutIsApplied()
{
// From what we can tell, this failure is due to ungraceful shutdown.

Просмотреть файл

@ -1570,6 +1570,7 @@ namespace Interop.FunctionalTests.Http3
[MsQuicSupported]
[InlineData(HttpProtocols.Http3)]
[InlineData(HttpProtocols.Http2)]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/35070")]
public async Task GET_GracefulServerShutdown_RequestCompleteSuccessfullyInsideHostTimeout(HttpProtocols protocol)
{
// Arrange