Skip to content

Commit

Permalink
Disable ejabberd tests on Arch Linux (#8313)
Browse files Browse the repository at this point in the history
Disable ejabberd tests on Arch Linux.
  • Loading branch information
felixfontein committed May 5, 2024
1 parent 4bd68ac commit bc609d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/targets/ejabberd_user/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

- name: Bail out if not supported
ansible.builtin.meta: end_play
when: ansible_distribution in ('Alpine', 'openSUSE Leap', 'CentOS', 'Fedora')
# TODO: remove Archlinux from the list
when: ansible_distribution in ('Alpine', 'openSUSE Leap', 'CentOS', 'Fedora', 'Archlinux')


- name: Remove ejabberd
Expand Down

0 comments on commit bc609d7

Please sign in to comment.