Quarantine cert test (#22320)

* Quarantine cert test
* Quarantine HttpsHelloWorld test
This commit is contained in:
Ryan Brandenburg 2020-05-28 14:56:57 -07:00 committed by GitHub
parent b7d35cb846
commit 26ddefca5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
}
[ConditionalTheory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22319")]
[MemberData(nameof(TestVariants))]
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
public Task HttpsClientCert_GetCertInformation(TestVariant variant)

View File

@ -31,6 +31,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
.WithAllHostingModels();
[ConditionalTheory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22329")]
[MemberData(nameof(TestVariants))]
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
public async Task HttpsHelloWorld(TestVariant variant)