mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Avoid sanity excludes so that users can run ansible-test sanity --docker and it usually passes. (#41)
This commit is contained in:
@@ -6,7 +6,6 @@ declare -a args
|
||||
IFS='/:' read -ra args <<< "$1"
|
||||
|
||||
version="${args[1]}"
|
||||
group="${args[2]}"
|
||||
|
||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=90
|
||||
|
||||
Reference in New Issue
Block a user