Run fewer tests for winrm config script changes.
This commit is contained in:
parent
0e7dd18650
commit
5503b89831
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class PathMapper(object):
|
||||||
if path.startswith('examples/'):
|
if path.startswith('examples/'):
|
||||||
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
|
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
|
||||||
return {
|
return {
|
||||||
'windows-integration': 'all',
|
'windows-integration': 'connection_winrm',
|
||||||
}
|
}
|
||||||
|
|
||||||
return minimal
|
return minimal
|
||||||
|
|
Loading…
Reference in a new issue