Quarantine a flaky test (#20003)
This commit is contained in:
parent
44812e1637
commit
ced13c28cc
|
|
@ -203,6 +203,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public async Task ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded()
|
||||
{
|
||||
// Parameters
|
||||
|
|
|
|||
Loading…
Reference in New Issue