Skip to content

Commit 538330d

Browse files
Move ServerCertificateCustomValidationCallback [Ignore] out of this PR
The [Ignore] for the crashing AndroidMessageHandlerTests .ServerCertificateCustomValidationCallback_* tests (dotnet#8608) belongs with the trimmable-typemap work; move it to dotnet#11801. This PR is now scoped to the MTP streaming-results change only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 531b0ac commit 538330d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/Mono.Android-Tests/Mono.Android-Tests/Xamarin.Android.Net/AndroidMessageHandlerTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public async Task DoesNotDisposeContentStream()
137137
}
138138

139139
[Test]
140-
[Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")]
141140
public async Task ServerCertificateCustomValidationCallback_ApproveRequest ()
142141
{
143142
bool callbackHasBeenCalled = false;
@@ -164,7 +163,6 @@ public async Task ServerCertificateCustomValidationCallback_ApproveRequest ()
164163
}
165164

166165
[Test]
167-
[Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")]
168166
public async Task ServerCertificateCustomValidationCallback_RejectRequest ()
169167
{
170168
bool callbackHasBeenCalled = false;
@@ -183,7 +181,6 @@ public async Task ServerCertificateCustomValidationCallback_RejectRequest ()
183181
}
184182

185183
[Test]
186-
[Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")]
187184
public async Task ServerCertificateCustomValidationCallback_ApprovesRequestWithInvalidCertificate ()
188185
{
189186
bool callbackHasBeenCalled = false;
@@ -211,7 +208,6 @@ public async Task NoServerCertificateCustomValidationCallback_ThrowsWhenThereIsC
211208
}
212209

213210
[Test]
214-
[Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")]
215211
public async Task ServerCertificateCustomValidationCallback_IgnoresCertificateHostnameMismatch ()
216212
{
217213
bool callbackHasBeenCalled = false;
@@ -233,7 +229,6 @@ public async Task ServerCertificateCustomValidationCallback_IgnoresCertificateHo
233229
}
234230

235231
[Test]
236-
[Ignore ("Crashes the test process with a native SIGSEGV: https://github.com/dotnet/android/issues/8608")]
237232
public async Task ServerCertificateCustomValidationCallback_Redirects ()
238233
{
239234
int callbackCounter = 0;

0 commit comments

Comments
 (0)