Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ross <Tratcher@Outlook.com>2020-02-24 22:04:05 +0300
committerGitHub <noreply@github.com>2020-02-24 22:04:05 +0300
commit98a853b20131fd59b37076dd3699d8c7f62b24cb (patch)
tree1d124a7ba47d5e87fbca7147c69c62c8e6b506a2
parent71d43cf5df1f9993a27d94585ad67e86d51a0ebd (diff)
Suppress ClientHandshakeFailureLoggedAsDebug for 5.0.0-preview1 (#19294)v5.0.0-preview.1.20124.5
-rw-r--r--src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs
index 566818d5db..024236d249 100644
--- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs
+++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs
@@ -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();