diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.Net/AndroidMessageHandlerTests.cs b/tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.Net/AndroidMessageHandlerTests.cs index 315bb04bac6..99cde29dcd3 100644 --- a/tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.Net/AndroidMessageHandlerTests.cs +++ b/tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.Net/AndroidMessageHandlerTests.cs @@ -137,7 +137,6 @@ public async Task DoesNotDisposeContentStream() } [Test] - [Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")] public async Task ServerCertificateCustomValidationCallback_ApproveRequest () { bool callbackHasBeenCalled = false; @@ -164,7 +163,6 @@ public async Task ServerCertificateCustomValidationCallback_ApproveRequest () } [Test] - [Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")] public async Task ServerCertificateCustomValidationCallback_RejectRequest () { bool callbackHasBeenCalled = false; @@ -183,7 +181,6 @@ public async Task ServerCertificateCustomValidationCallback_RejectRequest () } [Test] - [Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")] public async Task ServerCertificateCustomValidationCallback_ApprovesRequestWithInvalidCertificate () { bool callbackHasBeenCalled = false; @@ -211,7 +208,6 @@ public async Task NoServerCertificateCustomValidationCallback_ThrowsWhenThereIsC } [Test] - [Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")] public async Task ServerCertificateCustomValidationCallback_IgnoresCertificateHostnameMismatch () { bool callbackHasBeenCalled = false; @@ -233,7 +229,6 @@ public async Task ServerCertificateCustomValidationCallback_IgnoresCertificateHo } [Test] - [Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")] public async Task ServerCertificateCustomValidationCallback_Redirects () { int callbackCounter = 0;