diff --git a/tests/integration/targets/iptables_state/aliases b/tests/integration/targets/iptables_state/aliases index 9697a48e9b..2951b3ee57 100644 --- a/tests/integration/targets/iptables_state/aliases +++ b/tests/integration/targets/iptables_state/aliases @@ -11,5 +11,11 @@ skip/osx # no iptables/netfilter (Linux specific) skip/macos # no iptables/netfilter (Linux specific) skip/aix # 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