Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable cleaning up demo/complex in tests
mederly committed Nov 5, 2019
1 parent d05e369 commit a943c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

0 comments on commit a943c11

Please sign in to comment.