Quarantine a couple kestrel flaky tests (#25047)
This commit is contained in:
parent
85bde1da5e
commit
5193f8f428
|
|
@ -44,6 +44,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
|
||||||
[CollectDump]
|
[CollectDump]
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64;Fedora.28.Amd64.Open")]
|
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64;Fedora.28.Amd64.Open")]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25046")]
|
||||||
public async Task GracefulShutdownWaitsForRequestsToFinish()
|
public async Task GracefulShutdownWaitsForRequestsToFinish()
|
||||||
{
|
{
|
||||||
var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
|
var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||||
|
|
|
||||||
|
|
@ -204,6 +204,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24557")]
|
||||||
public async Task ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded()
|
public async Task ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded()
|
||||||
{
|
{
|
||||||
// Parameters
|
// Parameters
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue