From 7360db5956d9b64af5e6f81c8f9c6ca89934f106 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 27 Feb 2019 07:41:46 +1000 Subject: [PATCH] doc - skip/windows for integration tests (#53010) --- .../rst/dev_guide/testing/sanity/integration-aliases.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.