Run destructive win tests when creating instances.
This commit is contained in:
parent
b3251c9585
commit
2797cff773
1 changed files with 3 additions and 0 deletions
|
@ -1426,6 +1426,9 @@ class WindowsIntegrationConfig(IntegrationConfig):
|
|||
|
||||
self.windows = args.windows # type: list [str]
|
||||
|
||||
if self.windows:
|
||||
self.allow_destructive = True
|
||||
|
||||
|
||||
class NetworkIntegrationConfig(IntegrationConfig):
|
||||
"""Configuration for the network integration command."""
|
||||
|
|
Loading…
Reference in a new issue