Do not test target 'test_mysql_role' with mariadb, too much errors to fix

This commit is contained in:
R. Sicart 2021-12-03 19:06:19 +01:00
commit dcfedaf6e1

View file

@ -32,10 +32,10 @@
when:
- srv['version']['major'] < 8
# FIXME: tests should pass for both mysql >= 8 and mariadb
# Skip unsupported versions
- meta: end_play
when:
- srv['version']['major'] < 8
when: srv['version']['major'] < 8 or install_type == 'mariadb'
#########
# Prepare