Skip to content

Commit c9ec62d

Browse files
Ignore SSLTest
Context: #10069 TODO comments
1 parent 0e4789d commit c9ec62d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Java.Interop/JnienvTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void CreateTypeWithExportedMethods ()
251251
}
252252

253253
[Test]
254-
[Category ("CoreCLRIgnore")] //TODO: Fix this test for CoreCLR
254+
[Category ("CoreCLRIgnore")] //TODO: https://github.com/dotnet/android/issues/10069
255255
public void ActivatedDirectObjectSubclassesShouldBeRegistered ()
256256
{
257257
if (Build.VERSION.SdkInt <= BuildVersionCodes.GingerbreadMr1)

tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
3333
-->
3434
<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>
3737
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
3838
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):LLVMIgnore</ExcludeCategories>
3939
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories>

tests/Mono.Android-Tests/Mono.Android-Tests/System.Net/SslTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
using NUnit.Framework;
1010

1111
namespace System.NetTests {
12-
13-
[TestFixture, Category ("InetAccess")]
12+
// TODO: https://github.com/dotnet/android/issues/10069
13+
[TestFixture, Category ("InetAccess"), Category ("SSL")]
1414
public class SslTest
1515
{
1616
bool ShouldIgnoreException (WebException wex)

0 commit comments

Comments
 (0)