You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests] Enable Aspire.Hosting.Testing, and Aspire.Hosting tests that use docker to run on the build machine (dotnet#4500)
There is work in progress to get tests like `Aspire.Hosting.Testing`, and `Aspire.Hosting` running on helix. Meanwhile, we can have the tests run on the build machine, at least for linux which has `docker` installed, by simply removing/updating the test attributes blocking them.
- Remove `[LocalOnlyFact/Theory]` attributes in favor of `[RequiresDocker]`
- Remove unncessary `SkipOnHelix` attributes from `SchemaTests`
- Install devcerts on Linux/build machine
- Fix path construction for `nodeapp` so it correctly works on linux
- Split, and fix node/npm tests to work on CI whenever the relevant tool is available.
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: David Negstad <[email protected]>
Co-authored-by: Mitch Denny <[email protected]>
0 commit comments