mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 17:30:00 -04:00
Exclude dupsigs and keymgr2kasp from cross-version-config-tests
pytest should not schedule dupsigs and keymgr2kasp system tests removed in BIND 9 mainline but still present in BIND 9 baseline version (v9.19.15). (Can be dropped once the v9.19.16 tag is present.)
This commit is contained in:
parent
cc54211baa
commit
4eac32fe23
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ cross-version-config-tests:
|
|||
# intends to detect obvious backward compatibility issues with the latter.
|
||||
- sed -i -E "s|(export TOP_BUILDDIR)=.*|\1=${CI_PROJECT_DIR}|" conf.sh
|
||||
- >
|
||||
"$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}"
|
||||
"$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}" -k "not dupsigs and not keymgr2kasp"
|
||||
needs:
|
||||
- job: autoreconf
|
||||
artifacts: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue