Skip to content

Commit 4420903

Browse files
authored
Disable ClientAsyncAuthenticate_ConnectionInfoInCallback_DoesNotThrow on Android (#115468)
1 parent 1e0a78b commit 4420903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public async Task ClientAsyncAuthenticate_ServerRequireEncryption_ConnectWithEnc
2828
}
2929

3030
[Fact]
31+
[ActiveIssue("https://github.com/dotnet/runtime/issues/115467", TestPlatforms.Android)]
3132
public async Task ClientAsyncAuthenticate_ConnectionInfoInCallback_DoesNotThrow()
3233
{
3334
await ClientAsyncSslHelper(EncryptionPolicy.RequireEncryption, SslProtocols.Tls12, SslProtocolSupport.DefaultSslProtocols, AllowAnyServerCertificateAndVerifyConnectionInfo);

0 commit comments

Comments
 (0)