Disable SslStreamSniTest.UnencodedHostName_ValidatesCertificate on Android (#86241)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 15 May 2023 13:39:45 +0000 (15:39 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 13:39:45 +0000 (09:39 -0400)
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamSniTest.cs

index 8862f32..806f351 100644 (file)
@@ -237,6 +237,7 @@ namespace System.Net.Security.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/68206", TestPlatforms.Android)]
         public async Task UnencodedHostName_ValidatesCertificate()
         {
             string rawHostname = "räksmörgås.josefsson.org";