forked from toolshed/abra
test: less fragile integration suite [ci skip]
See coop-cloud/organising#584 See coop-cloud/organising#595
This commit is contained in:
@ -22,9 +22,6 @@ setup(){
|
||||
}
|
||||
|
||||
@test "show 'local' when --local server created" {
|
||||
run docker swarm init
|
||||
assert_success
|
||||
|
||||
run $ABRA server add --local
|
||||
assert_success
|
||||
assert_exists "$ABRA_DIR/servers/default"
|
||||
@ -34,11 +31,6 @@ setup(){
|
||||
assert_output --partial 'default'
|
||||
assert_output --partial 'local'
|
||||
assert_output --partial 'n/a'
|
||||
|
||||
run docker swarm leave --force
|
||||
assert_success
|
||||
|
||||
_rm_default_server
|
||||
}
|
||||
|
||||
@test "filter by problem" {
|
||||
|
Reference in New Issue
Block a user