Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable irrelevant test
DB upgrade test (360 in demo/simple) is not relevant for 4.0-SNAPSHOT.
It should be re-enabled after DB schema for 4.0 is stable.
mederly committed Mar 25, 2019
1 parent da54415 commit 4a45e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/simple/tests/main.bats
@@ -64,6 +64,7 @@ load ../../../library
}

@test "360 Test DB schema upgrade" {
skip 'Not supported for 4.0-SNAPSHOT'
echo "Stopping midpoint_server container"
docker stop simple_midpoint_server_1

0 comments on commit 4a45e20

Please sign in to comment.