Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autoscaling feature flag in release REST tests (#52096)
The REST tests for autoscaling either need to be skipped in a non-snapshot build, or alternatively, the feature flag registered so that autoscaling can be enabled. We prefer the latter approach, as it allows us to also test autoscaling in non-snapshot builds incrementally, instead of at the end of development as autoscaling prepares for release. This commit registers the autoscaling feature flag in REST tests for non-snapshot builds.
- Loading branch information