Cut tests for method added in v3

This commit is contained in:
Laurent Indermuehle 2022-08-24 13:49:32 +02:00
commit a05929012b
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 0 additions and 350 deletions

View file

@ -276,11 +276,6 @@
- include: test_priv_append.yml enable_check_mode=no
- include: test_priv_append.yml enable_check_mode=yes
# Test that subtract_privs will only revoke the grants given by priv
# (https://github.com/ansible-collections/community.mysql/issues/331)
- include: test_priv_subtract.yml enable_check_mode=no
- include: test_priv_subtract.yml enable_check_mode=yes
# Tests for the TLS requires dictionary
- include: tls_requirements.yml
@ -292,9 +287,5 @@
tags:
- issue-64560
# Test that mysql_user still works with force_context enabled (database set to "mysql")
# (https://github.com/ansible-collections/community.mysql/issues/265)
- include: issue-265.yml
# https://github.com/ansible-collections/community.mysql/issues/231
- include: test_user_grants_with_roles_applied.yml