From c2ad8290c7cf5b454b6d47252c5bef8bb83fed4b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:48:36 +0200 Subject: [PATCH] [PR #12209/f20f0d9c backport][stable-13] iptables_state integration tests: improve skip conditions (#12212) iptables_state integration tests: improve skip conditions (#12209) Improve skip conditions. (cherry picked from commit f20f0d9cf96279e169be5aa0e773bfb83e614f44) Co-authored-by: Felix Fontein --- tests/integration/targets/iptables_state/aliases | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/integration/targets/iptables_state/aliases b/tests/integration/targets/iptables_state/aliases index 15634f4861..f3a09079d7 100644 --- a/tests/integration/targets/iptables_state/aliases +++ b/tests/integration/targets/iptables_state/aliases @@ -9,5 +9,11 @@ skip/docker # kernel modules not loadable skip/freebsd # no iptables/netfilter (Linux specific) skip/macos # no iptables/netfilter (Linux specific) -skip/ubuntu22.04 # TODO there's a problem here! -skip/rhel10.0 # TODO there's a problem here! +# This test doesn't seem to work with split-controller testing. +# That's the case when the target's Python version doesn't support +# ansible-core's controller. (Would be good to debug this and try +# to figure out **why** that's the case, because the module should +# also work when that's **not** the case.) + +# The following makes sure that the test is only run if target == controller: +context/controller