diff options
author | Matt Clay <matt@mystile.com> | 2019-03-27 04:36:09 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-03-27 04:59:38 +0100 |
commit | affde96fa8390cef23cfe1834992ec97e8dbea7b (patch) | |
tree | a458335761b843258fc5ca6dc2103f813b87bda4 /test/integration/targets/docker_secret | |
parent | nxos_interfaces_ospf: fix passive-interface states & check_mode (#54260) (diff) | |
download | ansible-affde96fa8390cef23cfe1834992ec97e8dbea7b.tar.xz ansible-affde96fa8390cef23cfe1834992ec97e8dbea7b.zip |
Temporarily skip failing Docker tests on RHEL 7.6.
Diffstat (limited to 'test/integration/targets/docker_secret')
-rw-r--r-- | test/integration/targets/docker_secret/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/docker_secret/aliases b/test/integration/targets/docker_secret/aliases index 6807452234..5ccf875e12 100644 --- a/test/integration/targets/docker_secret/aliases +++ b/test/integration/targets/docker_secret/aliases @@ -5,3 +5,4 @@ destructive skip/docker # The tests sometimes make docker daemon unstable; hence, # we skip all docker-based CI runs to avoid disrupting # the whole CI system. +skip/rhel7.6 |