Disable docker test for Fedora, due to broken packaging
This commit is contained in:
parent
3a57d9472c
commit
54455a06e5
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
|||
- { role: test_mysql_db, tags: test_mysql_db}
|
||||
- { role: test_mysql_user, tags: test_mysql_user}
|
||||
- { role: test_mysql_variables, tags: test_mysql_variables}
|
||||
- { role: test_docker, tags: test_docker}
|
||||
- { role: test_docker, tags: test_docker, when: ansible_distribution != "Fedora" }
|
||||
- { role: test_zypper, tags: test_zypper}
|
||||
|
|
Loading…
Reference in a new issue