From cf59aa4193b93f136cc5b4daa15be91620f0ce11 Mon Sep 17 00:00:00 2001 From: "R. Sicart" Date: Thu, 9 Dec 2021 20:18:47 +0100 Subject: [PATCH] Do not execute test_user_plugin_auth.yml tests on mariadb, create/update useer sql syntax not compatible --- tests/integration/targets/test_mysql_user/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/targets/test_mysql_user/tasks/main.yml b/tests/integration/targets/test_mysql_user/tasks/main.yml index 93cb12d..9fd5ccd 100644 --- a/tests/integration/targets/test_mysql_user/tasks/main.yml +++ b/tests/integration/targets/test_mysql_user/tasks/main.yml @@ -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