Run fewer tests for winrm config script changes.

pull/20738/head
Matt Clay 8 years ago
parent 0e7dd18650
commit 5503b89831

@ -146,7 +146,7 @@ class PathMapper(object):
if path.startswith('examples/'):
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
return {
'windows-integration': 'all',
'windows-integration': 'connection_winrm',
}
return minimal

Loading…
Cancel
Save