Suppress ClientHandshakeFailureLoggedAsDebug for 5.0.0-preview1 (#19294)

This commit is contained in:
Chris Ross 2020-02-24 11:04:05 -08:00 committed by GitHub
parent 71d43cf5df
commit 98a853b201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
}
[Fact]
[Flaky("<No longer needed; tracked in Kusto>", FlakyOn.All)]
public async Task ClientHandshakeFailureLoggedAsDebug()
{
var loggerProvider = new HandshakeErrorLoggerProvider();