diff options
author | Jordan Borean <jborean93@gmail.com> | 2020-02-13 07:44:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 07:44:19 +0100 |
commit | 446a0c1b083336e210043085de0753939e5c9e98 (patch) | |
tree | 82f915b3eeffd9e8ee837f7d3599a1d3ae72f8e2 /test/sanity/ignore.txt | |
parent | Added Ansible.Service util and win_service_info (#67367) (diff) | |
download | ansible-446a0c1b083336e210043085de0753939e5c9e98.tar.xz ansible-446a0c1b083336e210043085de0753939e5c9e98.zip |
win_package - Refactor with msp, appx support (#66931)
* win_package - Refactor with msp, appx support
* Added msi test for ALLUSERS
* Added some msix tests, refactored tests
* Added remaining msix tests
* Enable msix sideloading for tests
* Added remaining exe path tests
* Added basic msp tests
* Remove url options now the util no longer has them
* Fix file version check for older Windows hosts
* Remove no_proxy ansible-test setting
* Use same mechanism of become to copy the file with explicit creds
Diffstat (limited to '')
-rw-r--r-- | test/sanity/ignore.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 2de05d2725..1991036633 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -7562,9 +7562,6 @@ lib/ansible/modules/windows/win_lineinfile.ps1 pslint:PSCustomUseLiteralPath lib/ansible/modules/windows/win_mapped_drive.ps1 pslint:PSCustomUseLiteralPath lib/ansible/modules/windows/win_netbios.ps1 validate-modules:parameter-list-no-elements lib/ansible/modules/windows/win_optional_feature.ps1 validate-modules:parameter-list-no-elements -lib/ansible/modules/windows/win_package.ps1 pslint:PSCustomUseLiteralPath -lib/ansible/modules/windows/win_package.ps1 pslint:PSUseApprovedVerbs -lib/ansible/modules/windows/win_package.ps1 validate-modules:doc-elements-mismatch lib/ansible/modules/windows/win_pagefile.ps1 pslint:PSCustomUseLiteralPath lib/ansible/modules/windows/win_pagefile.ps1 pslint:PSUseDeclaredVarsMoreThanAssignments # New PR - bug test_path should be testPath lib/ansible/modules/windows/win_pagefile.ps1 pslint:PSUseSupportsShouldProcess |