From 71017681bc12f40efb780d476ec3cd308ea93b9a Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:46:06 +0100 Subject: [PATCH] Enable specific tests for new Pebble. (#994) (#995) (cherry picked from commit 4a7d18cad50b5c8ecd586cd43355b4ec5f18c2a5) Co-authored-by: Felix Fontein --- .../integration/targets/acme_certificate_order/tasks/impl.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/targets/acme_certificate_order/tasks/impl.yml b/tests/integration/targets/acme_certificate_order/tasks/impl.yml index afb22849..0c571784 100644 --- a/tests/integration/targets/acme_certificate_order/tasks/impl.yml +++ b/tests/integration/targets/acme_certificate_order/tasks/impl.yml @@ -627,9 +627,7 @@ # Only the latest Pebble returns the correct error message, which makes the above fail - name: "({{ select_crypto_backend }}) Check that replacement order 5 worked" - when: false - # TODO: use the following once Pebble is updated - # when: ansible_version.full is version('2.21', '>=') + when: ansible_version.full is version('2.21', '>=') ansible.builtin.assert: that: - replacement_order_5 is failed