Skip to content

Commit 99a16f6

Browse files
authored
Disable failing OCSP tests tests (#98362)
1 parent d464313 commit 99a16f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity
7777
}
7878

7979
[Fact]
80+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97836")]
8081
public async Task FetchOcspResponse_FirstInvalidThenValid()
8182
{
8283
await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity, ctxFactory, responder) =>
@@ -94,6 +95,7 @@ await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity
9495
}
9596

9697
[Fact]
98+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97779")]
9799
public async Task RefreshOcspResponse_BeforeExpiration()
98100
{
99101
await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity, ctxFactory, responder) =>
@@ -121,6 +123,7 @@ await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity
121123
}
122124

123125
[Fact]
126+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97779")]
124127
public async Task RefreshOcspResponse_AfterExpiration()
125128
{
126129
await SimpleTest(PkiOptions.OcspEverywhere, async (root, intermediate, endEntity, ctxFactory, responder) =>

0 commit comments

Comments
 (0)