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:
@ -26,6 +26,10 @@ setup(){
|
||||
}
|
||||
|
||||
@test "remove server" {
|
||||
if [ "$TEST_SERVER" = "default" ]; then
|
||||
skip "cannot delete 'default' server (local)"
|
||||
fi
|
||||
|
||||
assert_exists "$ABRA_DIR/servers/$TEST_SERVER"
|
||||
assert bash -c "docker context ls | grep -q $TEST_SERVER"
|
||||
|
||||
|
Reference in New Issue
Block a user