File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Servers/HttpSys/test/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ await h2Connection.ReceiveHeadersAsync(1, decodedHeaders =>
545545 [ ConditionalFact ]
546546 [ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 , SkipReason = "Http2 requires Win10" ) ]
547547 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "This is last version without custom Reset support" ) ]
548+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/50916" , Queues = "Windows.Amd64.VS2022.Pre" ) ]
548549 public async Task AppException_AfterHeaders_PriorOSVersions_ResetCancel ( )
549550 {
550551 using var server = Utilities . CreateDynamicHttpsServer ( out var address , async httpContext =>
@@ -629,6 +630,7 @@ public async Task Reset_Http1_NotSupported()
629630 [ ConditionalFact ]
630631 [ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 , SkipReason = "Http2 requires Win10" ) ]
631632 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "This is last version without Reset support" ) ]
633+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/50916" , Queues = "Windows.Amd64.VS2022.Pre" ) ]
632634 public async Task Reset_PriorOSVersions_NotSupported ( )
633635 {
634636 using var server = Utilities . CreateDynamicHttpsServer ( out var address , httpContext =>
You can’t perform that action at this time.
0 commit comments