From bce7caf5c74f78ded0f6163b66178e57227d20b9 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 24 Aug 2022 14:24:11 +0200 Subject: [PATCH] Add filter for test that won't work with mariadb --- 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 6a2003a..5ddf300 100644 --- a/tests/integration/targets/test_mysql_user/tasks/main.yml +++ b/tests/integration/targets/test_mysql_user/tasks/main.yml @@ -244,7 +244,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