mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
add skip/docker alias to skip tests when running on Docker (#45955)
* add skip/docker alias to skip tests when running on Docker * changed warning message wording
This commit is contained in:
parent
198423d6fb
commit
27c10fa502
3 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ Aliases can be used to skip platforms using one of the following:
|
|||
- ``skip/freebsd`` - Skip tests on FreeBSD.
|
||||
- ``skip/osx`` - Skip tests on macOS.
|
||||
- ``skip/rhel`` - Skip tests on RHEL.
|
||||
- ``skip/docker`` - Skip tests when running on a Docker container
|
||||
|
||||
Aliases can be used to skip Python major versions using one of the following:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue