Use QuarantinedTest

This commit is contained in:
John Luo 2020-03-06 11:22:54 -08:00
parent 765ccfdbc1
commit 82c87d678b
1 changed files with 1 additions and 1 deletions

View File

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