diff options
author | Jordan Borean <jborean93@gmail.com> | 2018-10-12 07:32:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 07:32:46 +0200 |
commit | 0f5331645f7bf1221af06c48773a3a5431a1e047 (patch) | |
tree | dd9eea240a1685bb6c4c80bd06ca4a457e32c0df /test/integration/targets/win_uri | |
parent | Add OUTPUT_DIR env var to integration tests. (diff) | |
download | ansible-0f5331645f7bf1221af06c48773a3a5431a1e047.tar.xz ansible-0f5331645f7bf1221af06c48773a3a5431a1e047.zip |
ansible-test: add skip/windows/... alias to skip tests on specific Windows versions (#46845)
* ansible-test: add skip/windows/... alias to skip tests on specific Windows versions
* show what tests were skipped
* changes to logic to only skip if all Windows targets are set to skip
* codestyle improvements
* change warning message based on review
* check args type before running the Windows path
Diffstat (limited to 'test/integration/targets/win_uri')
-rw-r--r-- | test/integration/targets/win_uri/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/win_uri/aliases b/test/integration/targets/win_uri/aliases index a4da730eaa..f88e7c8109 100644 --- a/test/integration/targets/win_uri/aliases +++ b/test/integration/targets/win_uri/aliases @@ -1,2 +1,3 @@ shippable/windows/group3 unstable +skip/windows/2008 # httptester requires SSH which doesn't work with 2008 |