File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Servers/Kestrel/test/Interop.FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1594,6 +1594,7 @@ public async Task UrlEncoding(string scheme)
15941594
15951595 [ ConditionalFact ]
15961596 [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX , SkipReason = "Not supported yet" ) ]
1597+ [ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 ) ]
15971598 public async Task ClientCertificate_Required ( )
15981599 {
15991600 var hostBuilder = new HostBuilder ( )
@@ -1638,6 +1639,7 @@ public async Task ClientCertificate_Required()
16381639
16391640 [ ConditionalFact ]
16401641 [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX , SkipReason = "Not supported yet" ) ]
1642+ [ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10 ) ]
16411643 public async Task ClientCertificate_DelayedNotSupported ( )
16421644 {
16431645 var hostBuilder = new HostBuilder ( )
You can’t perform that action at this time.
0 commit comments