summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-02-27 07:41:46 +1000
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-02-26 15:41:46 -0600
commit7360db5956d9b64af5e6f81c8f9c6ca89934f106 (patch)
tree96f551dfcb72625ecd26bebca3980397522b09a1 /docs
parent72bdcdfff24da6157810685add43833fff56b708 (diff)
downloadansible-7360db5956d9b64af5e6f81c8f9c6ca89934f106.tar.gz
doc - skip/windows for integration tests (#53010)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst b/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst
index e0d0f3bd6a..d751348721 100644
--- a/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst
+++ b/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst
@@ -72,6 +72,11 @@ Platform versions, as specified using the ``--remote`` option with ``/`` removed
- ``skip/freebsd11.1`` - Skip tests on FreeBSD 11.1.
- ``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:
- ``skip/python2`` - Skip tests on Python 2.x.