skip flaky HttpSys test in helix (#8092)

Related to #8091
This commit is contained in:
Andrew Stanton-Nurse 2019-03-01 12:20:59 -08:00 committed by GitHub
parent 337370263a
commit 8cd36953ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
}
[ConditionalFact]
[SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/8091
public async Task Caching_VariousStatusCodes_Cached()
{
var requestCount = 1;