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 =>
545
545
[ ConditionalFact ]
546
546
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 , SkipReason = "Http2 requires Win10" ) ]
547
547
[ 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" ) ]
548
549
public async Task AppException_AfterHeaders_PriorOSVersions_ResetCancel ( )
549
550
{
550
551
using var server = Utilities . CreateDynamicHttpsServer ( out var address , async httpContext =>
@@ -629,6 +630,7 @@ public async Task Reset_Http1_NotSupported()
629
630
[ ConditionalFact ]
630
631
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 , SkipReason = "Http2 requires Win10" ) ]
631
632
[ 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" ) ]
632
634
public async Task Reset_PriorOSVersions_NotSupported ( )
633
635
{
634
636
using var server = Utilities . CreateDynamicHttpsServer ( out var address , httpContext =>
You can’t perform that action at this time.
0 commit comments