Skip to content

Commit 8cd3695

Browse files
authored
skip flaky HttpSys test in helix (#8092)
Related to #8091
1 parent 3373702 commit 8cd3695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ public async Task Caching_SendFileWithFullContentLength_Cached()
375375
}
376376

377377
[ConditionalFact]
378+
[SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/8091
378379
public async Task Caching_VariousStatusCodes_Cached()
379380
{
380381
var requestCount = 1;

0 commit comments

Comments
 (0)