Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Aug 22, 2024
1 parent 6a48a43 commit 6cd01de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def test_enable_ingress_auth(ops_test: OpsTest):
await ops_test.model.wait_for_idle(
status="active",
raise_on_blocked=False,
timeout=60 * 20,
timeout=60 * 15,
)

# Wait for the pods from our secondary workload, just in case. This should be faster than
Expand Down
1 change: 0 additions & 1 deletion tests/test_bundle_tls_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def lightkube_client() -> lightkube.Client:


@pytest.mark.abort_on_fail
@pytest.mark.skip_if_deployed
async def test_build_and_deploy_istio_charms(ops_test: OpsTest):
"""Build and deploy istio-operators with TLS configuration."""
charms_path = "./charms/istio"
Expand Down
1 change: 0 additions & 1 deletion tests/test_bundle_tls_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def lightkube_client() -> lightkube.Client:


@pytest.mark.abort_on_fail
@pytest.mark.skip_if_deployed
async def test_build_and_deploy_istio_charms(ops_test: OpsTest):
"""Build and deploy istio-operators with TLS configuration."""
charms_path = "./charms/istio"
Expand Down

0 comments on commit 6cd01de

Please sign in to comment.