ci: move tests than can be run in parallel now (#3038)

This commit is contained in:
Georg Lauterbach 2023-01-30 09:19:47 +01:00 committed by GitHub
parent 66f3bbc062
commit e6dee0f2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
load "${REPOSITORY_ROOT}/test/helper/setup"
load "${REPOSITORY_ROOT}/test/helper/common"
# ! ATTENTION: Must be run in serial mode, as no existing containers should be present.
# Tests the `setup.sh` companion script.
# Only test coverage below is that the config path `-p` and image `-i` options work as intended.
# NOTE: Must be run in serial mode, as no existing containers should be present.
BATS_TEST_NAME_PREFIX='[No Existing Container] '
function setup_file() {