Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: avoid pushing the broker in acceptance tests unnecessarily #880

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. chore: avoid pushing the broker in acceptance tests unnecessarily

    When we started GAing services our approach was to test GAed services
    with the ENABLE_BETA_SERVICE_OFFERINGS flag to false. In this way we
    could also test that the GAed service would be always available.
    We haven't replicated this kind of approach for other services so this
    now is not consistent with the rest of the tests. It would be better to
    just have a dedicated test for the catalog to double check this behavior
    than to slow down our tests and consume extra resources by pushing yet another broker
    
    [#186011659](https://www.pivotaltracker.com/story/show/186011659)
    pivotal-marcela-campo committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    630c85a View commit details
    Browse the repository at this point in the history