From 9e0a7bb096ae70c8a773cd588d008bafc7eb6173 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 24 Aug 2022 13:36:59 +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 1df84de..db3304c 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