Skip to content

Commit ada9f85

Browse files
TODO
1 parent f4b48c6 commit ada9f85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ bool IgnoreIfConnectionFailed (WebException wex, out bool connectionFailed)
146146
}
147147
}
148148

149+
[Ignore ("TODO crashes on NativeAOT")]
149150
public abstract class AndroidHandlerTestBase : HttpClientHandlerTestBase
150151
{
151152
static IEnumerable<Exception> Exceptions (Exception e)
@@ -222,7 +223,6 @@ public void Token_Timeout_Works()
222223
}
223224

224225
[Test]
225-
[Ignore ("TODO crashes on NativeAOT")]
226226
public void Property_Timeout_Works()
227227
{
228228
using (var c = new HttpClient (CreateHandler ()))

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
namespace Xamarin.Android.NetTests
1515
{
1616
[TestFixture]
17+
[Ignore ("TODO crashes on NativeAOT")]
1718
public class AndroidMessageHandlerTests : AndroidHandlerTestBase
1819
{
1920
protected override HttpMessageHandler CreateHandler ()

0 commit comments

Comments
 (0)