diff options
author | Matt Clay <matt@mystile.com> | 2019-03-26 20:36:09 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-03-26 20:59:38 -0700 |
commit | affde96fa8390cef23cfe1834992ec97e8dbea7b (patch) | |
tree | a458335761b843258fc5ca6dc2103f813b87bda4 /test/integration/targets/docker_stack/aliases | |
parent | 20fb77c49b1966df3389b299dcfb01fa3f19fb3e (diff) | |
download | ansible-affde96fa8390cef23cfe1834992ec97e8dbea7b.tar.gz |
Temporarily skip failing Docker tests on RHEL 7.6.
Diffstat (limited to 'test/integration/targets/docker_stack/aliases')
-rw-r--r-- | test/integration/targets/docker_stack/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/docker_stack/aliases b/test/integration/targets/docker_stack/aliases index 6807452234..5ccf875e12 100644 --- a/test/integration/targets/docker_stack/aliases +++ b/test/integration/targets/docker_stack/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 |