Skip to content

Commit

Permalink
Revert "Exclude dupsigs and keymgr2kasp from cross-version-config-tests"
Browse files Browse the repository at this point in the history
This reverts commit 4eac32f.

With the v9.19.16 release tag merged, the "cross-version-config-tests"
GitLab CI job will no longer fail due to the two relevant system tests
being absent from the development branch.  This makes the pytest
filtering expression added to work around that issue unnecessary, so
remove it.
  • Loading branch information
kempniu committed Aug 17, 2023
1 parent 4970d0c commit 96e4139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" -k "not dupsigs and not keymgr2kasp"
"$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}"
needs:
- job: autoreconf
artifacts: true
Expand Down

0 comments on commit 96e4139

Please sign in to comment.