Skip to content

Commit

Permalink
skip: remove wait for idle
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Apr 22, 2024
1 parent 08ece25 commit 93e6989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charms/jupyter-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async def test_build_and_deploy(ops_test: OpsTest):
# Deploy jupyter-ui and relate to istio
await ops_test.model.deploy(JUPYTER_UI, channel=JUPYTER_UI_CHANNEL, trust=JUPYTER_UI_TRUST)
await ops_test.model.add_relation(JUPYTER_UI, ISTIO_PILOT)
await ops_test.model.wait_for_idle(apps=[JUPYTER_UI], status="active", timeout=60 * 15)

my_charm = await ops_test.build_charm(".")
image_path = METADATA["resources"]["oci-image"]["upstream-source"]
Expand Down

0 comments on commit 93e6989

Please sign in to comment.