dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
6 stars 7 forks source link

Skip tests that require portable assets on community architectures. #108

Closed tmds closed 4 weeks ago

tmds commented 2 months ago

For community architectures, only non-portable assets are available.

@ViktorHofer @MichaelSimons ptal.

cc @omajid @Swapnali911

tmds commented 4 weeks ago

I've refactored this to use a Trait (similar to https://github.com/dotnet/scenario-tests/pull/113).

tmds commented 4 weeks ago

@mthalman will this still go into the vmr 9.0?

mthalman commented 4 weeks ago

@mthalman will this still go into the vmr 9.0?

No, you'll need to backport it to the release/9.0 branch in this repo.

mthalman commented 4 weeks ago

I don't think we have automated backport enabled for this repo. But I'll try.

mthalman commented 4 weeks ago

/backport to release/9.0

mthalman commented 4 weeks ago

Yeah, you'll need to manually backport this then, @tmds.