diff options
author | Matt Clay <matt@mystile.com> | 2022-03-01 11:00:26 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-03-01 13:20:42 -0800 |
commit | 303d39a96658e608e1b0a2ee0554d7fc08f79882 (patch) | |
tree | b3e94cccdb444dc857bb7e0dcb63fe17cbafd3bc /test/integration | |
parent | be8c20f6751b378899c8e87a5c6212f9a406e20e (diff) | |
download | ansible-303d39a96658e608e1b0a2ee0554d7fc08f79882.tar.gz |
Disable ansible-runner test on RHEL 7.9.
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/targets/ansible-runner/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-runner/aliases b/test/integration/targets/ansible-runner/aliases index 802133bcf1..f74866c6fd 100644 --- a/test/integration/targets/ansible-runner/aliases +++ b/test/integration/targets/ansible-runner/aliases @@ -2,3 +2,4 @@ shippable/posix/group3 skip/python3 skip/osx skip/freebsd +skip/rhel7.9 # conflicts with OS provided pexpect, fails when run in a venv |