Run destructive win tests when creating instances.

pull/22012/head
Matt Clay 8 years ago
parent b3251c9585
commit 2797cff773

@ -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…
Cancel
Save