Skip to content

Commit 26ddefc

Browse files
Quarantine cert test (#22320)
* Quarantine cert test * Quarantine HttpsHelloWorld test
1 parent b7d35cb commit 26ddefc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/ClientCertificateTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public Task HttpsNoClientCert_NoClientCert(TestVariant variant)
4343
}
4444

4545
[ConditionalTheory]
46+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22319")]
4647
[MemberData(nameof(TestVariants))]
4748
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
4849
public Task HttpsClientCert_GetCertInformation(TestVariant variant)

src/Servers/IIS/IIS/test/Common.FunctionalTests/HttpsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static TestMatrix TestVariants
3131
.WithAllHostingModels();
3232

3333
[ConditionalTheory]
34+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22329")]
3435
[MemberData(nameof(TestVariants))]
3536
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
3637
public async Task HttpsHelloWorld(TestVariant variant)

0 commit comments

Comments
 (0)