Skip to content

Commit

Permalink
skip: fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Jul 25, 2024
1 parent a174a28 commit 7c25f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ async def test_upgrade(self, ops_test: OpsTest):
await ops_test.model.integrate(f"{ISTIO_PILOT}:ingress-auth", f"{APP_NAME}:ingress-auth")
await ops_test.model.integrate(f"{APP_NAME}:oidc-client", f"{DEX_AUTH}:oidc-client")

# TODO: remove after releasing ckf-1.9/stable, this has been preserved to avoid breaking
# integration tests.
await ops_test.model.applications[APP_NAME].set_config({"public-url": "http://foo.io"})

print("Stable charm is deployed, add relations")
await ops_test.model.wait_for_idle(
[APP_NAME, ISTIO_PILOT, DEX_AUTH],
Expand Down

0 comments on commit 7c25f35

Please sign in to comment.