Enable specific tests for new Pebble. (#994) (#995)

(cherry picked from commit 4a7d18cad5)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2026-03-28 12:46:06 +01:00
committed by GitHub
parent b8d97afce1
commit 71017681bc

View File

@@ -627,9 +627,7 @@
# Only the latest Pebble returns the correct error message, which makes the above fail # Only the latest Pebble returns the correct error message, which makes the above fail
- name: "({{ select_crypto_backend }}) Check that replacement order 5 worked" - name: "({{ select_crypto_backend }}) Check that replacement order 5 worked"
when: false when: ansible_version.full is version('2.21', '>=')
# TODO: use the following once Pebble is updated
# when: ansible_version.full is version('2.21', '>=')
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- replacement_order_5 is failed - replacement_order_5 is failed