File tree 3 files changed +5
-5
lines changed
tests/Mono.Android-Tests/Mono.Android-Tests
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public void CreateTypeWithExportedMethods ()
251
251
}
252
252
253
253
[ Test ]
254
- [ Category ( "CoreCLRIgnore" ) ] //TODO: Fix this test for CoreCLR
254
+ [ Category ( "CoreCLRIgnore" ) ] //TODO: https://github.com/dotnet/android/issues/10069
255
255
public void ActivatedDirectObjectSubclassesShouldBeRegistered ( )
256
256
{
257
257
if ( Build . VERSION . SdkInt <= BuildVersionCodes . GingerbreadMr1 )
Original file line number Diff line number Diff line change 32
32
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
33
33
-->
34
34
<ExcludeCategories >DotNetIgnore</ExcludeCategories >
35
- <!-- Tests not passing yet on CoreCLR -->
36
- <ExcludeCategories Condition =" '$(UseMonoRuntime)' == 'false' " >$(ExcludeCategories):CoreCLRIgnore</ExcludeCategories >
35
+ <!-- TODO: https://github.com/dotnet/android/issues/10069 -->
36
+ <ExcludeCategories Condition =" '$(UseMonoRuntime)' == 'false' " >$(ExcludeCategories):CoreCLRIgnore:SSL </ExcludeCategories >
37
37
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
38
38
<ExcludeCategories Condition =" '$(EnableLLVM)' == 'true' " >$(ExcludeCategories):LLVMIgnore</ExcludeCategories >
39
39
<ExcludeCategories Condition =" '$(EnableLLVM)' == 'true' " >$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories >
Original file line number Diff line number Diff line change 9
9
using NUnit . Framework ;
10
10
11
11
namespace System . NetTests {
12
-
13
- [ TestFixture , Category ( "InetAccess" ) ]
12
+ // TODO: https://github.com/dotnet/android/issues/10069
13
+ [ TestFixture , Category ( "InetAccess" ) , Category ( "SSL" ) ]
14
14
public class SslTest
15
15
{
16
16
bool ShouldIgnoreException ( WebException wex )
You can’t perform that action at this time.
0 commit comments