mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
Cut tests for unsupported db name (%)
This commit is contained in:
parent
7d1b8e783b
commit
4c53181b95
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ mysql_primary_port: 3307
|
|||
# Database names
|
||||
db_names:
|
||||
- "data"
|
||||
- "db%"
|
||||
# - "db%"
|
||||
# Don't test % in stable-1. Support was added in v2
|
||||
|
||||
db_name2: 'data2'
|
||||
db_user1: 'datauser1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue