diff --git a/test/runner/lib/executor.py b/test/runner/lib/executor.py
index 79156199b08..9304933db0c 100644
--- a/test/runner/lib/executor.py
+++ b/test/runner/lib/executor.py
@@ -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."""