diff --git a/roles/common/molecule/default/tests/test_parameters_mandatory.py b/roles/common/molecule/default/tests/test_parameters_mandatory.py index 8d40e530704cfc33b942d86f8282e0e18d8006e0..325e454aa2a79ccf6a38204088c1255c25724216 100644 --- a/roles/common/molecule/default/tests/test_parameters_mandatory.py +++ b/roles/common/molecule/default/tests/test_parameters_mandatory.py @@ -50,18 +50,6 @@ def test_ssh_login_mechanisms(host): assert err.allowed_types == ['publickey'] -def test_mariadb_mysql_config_symlink(host): - """ - Tests if symbolic link has been set-up for mariadb_config binary to be - accessible as mysql_config as well. (should not be present with just - mandatory options set). - """ - - mysql_config = host.file('/usr/bin/mysql_config') - - assert not mysql_config.exists - - def test_emacs_electric_indent_mode(host): """ Tests if Emacs electric indent mode has been disabled via custom