File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Servers/HttpSys/test/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
14
14
{
15
15
public class Http2Tests
16
16
{
17
- [ ConditionalFact ( Skip = "https://github.com/aspnet/AspNetCore/issues/17420" ) ]
18
- // TODO: Max OS Version attribute 19H1
17
+ [ ConditionalFact /*(Skip = "https://github.com/aspnet/AspNetCore/issues/17420")*/ ]
19
18
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 , SkipReason = "Http2 requires Win10" ) ]
19
+ [ MaximumOSVersion ( OperatingSystems . Windows , "10.0.18362" , SkipReason = "This is last version without GoAway support" ) ]
20
20
public async Task ConnectionClose_NoOSSupport_NoGoAway ( )
21
21
{
22
22
using var server = Utilities . CreateDynamicHttpsServer ( out var address , httpContext =>
You can’t perform that action at this time.
0 commit comments