diff --git a/src/AutomationTests/AutomationIntegrationTests.cs b/src/AutomationTests/AutomationIntegrationTests.cs index 702ba3eb4..200589192 100644 --- a/src/AutomationTests/AutomationIntegrationTests.cs +++ b/src/AutomationTests/AutomationIntegrationTests.cs @@ -132,9 +132,10 @@ public void Scan_Integration_WildlifeManager_InvalidRoot(bool sync) }); } - // [DataTestMethod] - // [DataRow(true)] - // [DataRow(false)] + [TestMethod] + [DataRow(true)] + [DataRow(false)] + [Ignore] public void Scan_Integration_Win32ControlSampler(bool sync) { RunWithTimedExecutionWrapper(TimeSpan.FromSeconds(30), () =>