From a943c11c859c04a97b5edd2b022897a881107132 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Tue, 5 Nov 2019 19:11:44 +0100 Subject: [PATCH] Disable cleaning up demo/complex in tests --- tests/main.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index 7d7f2c7..6bcc840 100755 --- a/tests/main.bats +++ b/tests/main.bats @@ -30,10 +30,10 @@ load ../common cd demo/postgresql ; docker-compose down -v ; true } -@test "130 Cleanup before further tests - demo/complex" { - docker ps -a - cd demo/complex ; docker-compose down -v ; true -} +#@test "130 Cleanup before further tests - demo/complex" { +# docker ps -a +# cd demo/complex ; docker-compose down -v ; true +#} # not much more to check here, as we cannot start midpoint container without having a repository # so continuing with tests in demo/plain directory