Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Loading