File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Servers/IIS/IIS/test/Common.FunctionalTests Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public Task HttpsNoClientCert_NoClientCert(TestVariant variant)
43
43
}
44
44
45
45
[ ConditionalTheory ]
46
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22319" ) ]
46
47
[ MemberData ( nameof ( TestVariants ) ) ]
47
48
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win8 ) ]
48
49
public Task HttpsClientCert_GetCertInformation ( TestVariant variant )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public static TestMatrix TestVariants
31
31
. WithAllHostingModels ( ) ;
32
32
33
33
[ ConditionalTheory ]
34
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22329" ) ]
34
35
[ MemberData ( nameof ( TestVariants ) ) ]
35
36
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win8 ) ]
36
37
public async Task HttpsHelloWorld ( TestVariant variant )
You can’t perform that action at this time.
0 commit comments