From 67c8e0b2f2b84252438584e92cf82741fe330925 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 10 Aug 2022 22:58:50 +0200 Subject: [PATCH] Cut assertion that is incorrect With both connectors, and only in stable-1 apparently, the test is always failed. --- .../targets/test_mysql_variables/tasks/issue-28.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/integration/targets/test_mysql_variables/tasks/issue-28.yml b/tests/integration/targets/test_mysql_variables/tasks/issue-28.yml index 056771e..4898a18 100644 --- a/tests/integration/targets/test_mysql_variables/tasks/issue-28.yml +++ b/tests/integration/targets/test_mysql_variables/tasks/issue-28.yml @@ -48,12 +48,6 @@ - assert: that: - result is failed - when: pymysql_version.stdout != "" - - - assert: - that: - - result is succeeded - when: pymysql_version.stdout == "" - name: attempt connection with newly created user ignoring hostname mysql_variables: