diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2019-06-06 23:41:25 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2019-06-07 00:11:48 +0200 |
commit | 5f47ab958f8ff9c964dc22cf3008292f7ff3a181 (patch) | |
tree | a42cb30a87a6b621251f4b5412a555034bd63b06 /test/integration/targets/rabbitmq_binding | |
parent | Perf improvement for Templar.is_template (#57489) (diff) | |
download | ansible-5f47ab958f8ff9c964dc22cf3008292f7ff3a181.tar.xz ansible-5f47ab958f8ff9c964dc22cf3008292f7ff3a181.zip |
Disable the rabbitmq tests for now
The erlang-solutions repository is broken for Ubuntu18 (They did not
sign their repository metadata). For now, disable the rabbitmq tests
which depend upon that. I'll open a PR with a revert of this commit.
We can watch it to see when it passes in Ci to know that the
erlang-soutions repository has been fixed
Diffstat (limited to 'test/integration/targets/rabbitmq_binding')
-rw-r--r-- | test/integration/targets/rabbitmq_binding/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/rabbitmq_binding/aliases b/test/integration/targets/rabbitmq_binding/aliases index 3d0091e7a9..68bafa14c3 100644 --- a/test/integration/targets/rabbitmq_binding/aliases +++ b/test/integration/targets/rabbitmq_binding/aliases @@ -3,3 +3,4 @@ shippable/posix/group1 skip/osx skip/freebsd skip/rhel +disabled # temporarily disabled until the erlang-solution repositories are fixed |