From 2f29fbeb2e018656413fa25f8615b7a98cdcb083 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Fri, 23 Feb 2024 12:12:56 +0100 Subject: [PATCH] fix tests/integration/app_remove.bats --- tests/integration/app_remove.bats | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/app_remove.bats b/tests/integration/app_remove.bats index 8800e70a..4cf6f07a 100644 --- a/tests/integration/app_remove.bats +++ b/tests/integration/app_remove.bats @@ -104,7 +104,10 @@ teardown(){ _undeploy_app - run $ABRA app volume rm "$TEST_APP_DOMAIN" + # TODO: should wait as long as volume is no longer in use + sleep 10 + + run $ABRA app volume rm "$TEST_APP_DOMAIN" --no-input assert_success run $ABRA app volume ls "$TEST_APP_DOMAIN"