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