1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove second invocation of mysql_user integration test

Seems to have been mistakenly added when mysql_variable tests were
added.
This commit is contained in:
Toshio Kuratomi 2014-11-12 11:46:17 -08:00
parent f109b818bf
commit 531eaddb3d

View file

@ -11,5 +11,4 @@
- { role: test_apt_repository, tags: test_apt_repository } - { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db} - { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user} - { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables} - { role: test_mysql_variables, tags: test_mysql_variables}