dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Skip tests in arm build legs #436

Closed MichaelSimons closed 7 years ago

MichaelSimons commented 7 years ago

Added logic to skip arm tests since there aren't any currently defined. This change is needed as part of https://github.com/dotnet/dotnet-docker-nightly/pull/435 because a Theory without data is considered invalid. This change should be reverted with https://github.com/dotnet/dotnet-docker-nightly/pull/434.