Skip to content

Commit d74f72b

Browse files
committed
Let's try SSL tests on CoreCLR
1 parent f6fecd3 commit d74f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
3232
-->
3333
<!-- TODO: https://github.com/dotnet/android/issues/10069 -->
34-
<ExcludeCategories Condition=" '$(UseMonoRuntime)' == 'false' ">$(ExcludeCategories):CoreCLRIgnore:SSL:NTLM:RuntimeConfig</ExcludeCategories>
34+
<ExcludeCategories Condition=" '$(UseMonoRuntime)' == 'false' ">$(ExcludeCategories):CoreCLRIgnore:NTLM:RuntimeConfig</ExcludeCategories>
3535
<!-- TODO: https://github.com/dotnet/android/issues/10079 -->
3636
<ExcludeCategories Condition=" '$(PublishAot)' == 'true' ">$(ExcludeCategories):NativeAOTIgnore:SSL:NTLM:GCBridge:AndroidClientHandler:Export:NativeTypeMap</ExcludeCategories>
3737
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->

0 commit comments

Comments
 (0)