From 23d89c85bc07e49e4d4d28c12c062c04bd7b348a Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Tue, 24 Jan 2023 09:51:37 -0700 Subject: [PATCH] #if !DEBUG --- Adaptation/_Tests/Static/EC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adaptation/_Tests/Static/EC.cs b/Adaptation/_Tests/Static/EC.cs index 13141d6..993c7da 100644 --- a/Adaptation/_Tests/Static/EC.cs +++ b/Adaptation/_Tests/Static/EC.cs @@ -45,7 +45,7 @@ public class EC : LoggingUnitTesting, IDisposable Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString()); } -#if (!DEBUG) +#if !DEBUG [Ignore] #endif [TestMethod] @@ -69,7 +69,7 @@ public class EC : LoggingUnitTesting, IDisposable LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if (!DEBUG) +#if !DEBUG [Ignore] #endif [TestMethod]