Skip to content

Commit fa2f0fd

Browse files
authored
Disable SslStreamSniTest.UnencodedHostName_ValidatesCertificate on Android (dotnet#86241)
1 parent ca07407 commit fa2f0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamSniTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ await TestConfiguration.WhenAllOrAnyFailedWithTimeout(
237237
}
238238

239239
[Fact]
240+
[ActiveIssue("https://github.com/dotnet/runtime/issues/68206", TestPlatforms.Android)]
240241
public async Task UnencodedHostName_ValidatesCertificate()
241242
{
242243
string rawHostname = "räksmörgås.josefsson.org";

0 commit comments

Comments
 (0)