未验证 提交 8755447e 编写于 作者: R Radek Zikmund 提交者: GitHub

Disable ConnectWithRevocation_ServerCertWithoutContext_NoStapledOcsp on NativeAoT (#74561)

* Disable ConnectWithRevocation_ServerCertWithoutContext_NoStapledOcsp on NativeAoT
* Disable tests against #70981 instead
上级 8d4364c0
......@@ -96,7 +96,7 @@ public async Task DefaultConnect_EndToEnd_Ok(string host)
[InlineData(true)]
[InlineData(false)]
[SkipOnPlatform(TestPlatforms.Android, "The invalid certificate is rejected by Android and the .NET validation code isn't reached")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/74034", TestPlatforms.OSX)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/70981", TestPlatforms.OSX)]
public Task ConnectWithRevocation_WithCallback(bool checkRevocation)
{
X509RevocationMode mode = checkRevocation ? X509RevocationMode.Online : X509RevocationMode.NoCheck;
......@@ -122,6 +122,7 @@ public Task ConnectWithRevocation_StapledOcsp(bool offlineContext)
[Fact]
[PlatformSpecific(TestPlatforms.Linux)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/70981", typeof(PlatformDetection), nameof(PlatformDetection.IsDebian10))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/70981", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
public Task ConnectWithRevocation_ServerCertWithoutContext_NoStapledOcsp()
{
// Offline will only work if
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册