From a5ff71ac691a44ee093de6dcb3eaecc7ba742f38 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 22 May 2025 14:18:42 +0200 Subject: [PATCH] Use IgnoreAttribute instead of commenting out TestMethodAttribute --- src/AutomationTests/AutomationIntegrationTests.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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), () =>