Skip to content

Commit

Permalink
Disable irrelevant test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a45e20

Please sign in to comment.