Skip to content

System.Security.Cryptography.OpenSsl.Tests shouldn't run on macOS #118865

@vcsjones

Description

@vcsjones

When I run the entire runtime's tests locally using:

./build.sh -rc release -s libs.tests -test

This runs the System.Security.Cryptography.OpenSsl.Tests on macOS. This is not desirable because these tests will never pass on macOS after the removal of OpenSSL compatibility from macOS.

This "works" in CI because of

<IgnoreForCI Condition="'$(TargetOS)' == 'android' or '$(TargetOS)' == 'ios' or '$(TargetOS)' == 'tvos' or '$(TargetOS)' == 'osx'">true</IgnoreForCI>

But ideally these are not run locally, either. Is there a way we can exclude this project from running on any Apple platform when run locally, too?

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions