mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
Do not execute test_user_plugin_auth.yml tests on mariadb, create/update useer sql syntax not compatible
This commit is contained in:
parent
b0d220d8d4
commit
cf59aa4193
1 changed files with 2 additions and 0 deletions
|
@ -242,7 +242,9 @@
|
|||
# ============================================================
|
||||
# Test plugin authentication scenarios.
|
||||
#
|
||||
# FIXME: mariadb sql syntax for create/update user is not compatible
|
||||
- include: test_user_plugin_auth.yml
|
||||
when: install_type == 'mysql'
|
||||
|
||||
# ============================================================
|
||||
# Assert create user with SELECT privileges, attempt to create database and update privileges to create database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue