do not run _ensure_swarm during test setup if using remote server
#769
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
right now you always need a working docker setup, regardless of
$TEST_SERVER@iexos
I believe you could create a helper, e.g.
is_local()(or whatever) which does a check ifTEST_SERVER=defaultis true or not and wraps the call to_ensure_swarmaround here with it: