Skip to content

Commit

Permalink
Merge pull request juju#16631 from juju/revert-16629-fix-deploy_aks-c…
Browse files Browse the repository at this point in the history
…i-test

juju#16631

Reverts juju#16629
  • Loading branch information
jujubot committed Nov 28, 2023
2 parents 77ec69d + 68507c6 commit 1bed253
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/suites/deploy_aks/deploy_aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ run_deploy_aks_charms() {

echo "Destroy model"
juju destroy-model "test-deploy-aks-charms" --destroy-storage -y

# TODO(anvial - 2023.11.28): We need to drop this hack when possible.
# The problem is that on AKS (possibly on other K8s substrates)
# we have issues with scaling `dummy-source` and `dummy-sink` apps to zero.
# The current workaround is to remove these apps with `--force` flag
echo "Remove applications with --force flag"
juju remove-application dummy-source --force --no-wait
juju remove-application dummy-sink --force --no-wait
}

test_deploy_aks_charms() {
Expand Down

0 comments on commit 1bed253

Please sign in to comment.