From 8cd36953ef9af20a237557642f427deb93f5584e Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Fri, 1 Mar 2019 12:20:59 -0800 Subject: [PATCH] skip flaky HttpSys test in helix (#8092) Related to #8091 --- src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs b/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs index 73cb15f113..2a5c4e2954 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs @@ -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;