mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc - skip/windows for integration tests (#53010)
This commit is contained in:
parent
72bdcdfff2
commit
7360db5956
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ Platform versions, as specified using the ``--remote`` option with ``/`` removed
|
||||||
- ``skip/freebsd11.1`` - Skip tests on FreeBSD 11.1.
|
- ``skip/freebsd11.1`` - Skip tests on FreeBSD 11.1.
|
||||||
- ``skip/rhel7.6`` - Skip tests on RHEL 7.6.
|
- ``skip/rhel7.6`` - Skip tests on RHEL 7.6.
|
||||||
|
|
||||||
|
Windows verssions, as specified using the ``--windows`` option can also be skipped:
|
||||||
|
|
||||||
|
- ``skip/windows/2008`` - Skip tests on Windows Server 2008.
|
||||||
|
- ``skip/windows/2012-R2`` - Skip tests on Windows Server 2012 R2.
|
||||||
|
|
||||||
Aliases can be used to skip Python major versions using one of the following:
|
Aliases can be used to skip Python major versions using one of the following:
|
||||||
|
|
||||||
- ``skip/python2`` - Skip tests on Python 2.x.
|
- ``skip/python2`` - Skip tests on Python 2.x.
|
||||||
|
|
Loading…
Reference in a new issue