From 93f2fc5080b9acebbc9274481b5aa483ba0f0832 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 17 May 2023 10:29:45 -0700 Subject: [PATCH] Can't reach Staging from selected agent --- Adaptation/_Tests/Static/BACKLOG.cs | 2 -- Adaptation/_Tests/Static/MESAFIBACKLOG.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/Adaptation/_Tests/Static/BACKLOG.cs b/Adaptation/_Tests/Static/BACKLOG.cs index 178a785..707ace7 100644 --- a/Adaptation/_Tests/Static/BACKLOG.cs +++ b/Adaptation/_Tests/Static/BACKLOG.cs @@ -78,9 +78,7 @@ public class BACKLOG : LoggingUnitTesting, IDisposable NonThrowTryCatch(); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging() { diff --git a/Adaptation/_Tests/Static/MESAFIBACKLOG.cs b/Adaptation/_Tests/Static/MESAFIBACKLOG.cs index 3795910..c0efb67 100644 --- a/Adaptation/_Tests/Static/MESAFIBACKLOG.cs +++ b/Adaptation/_Tests/Static/MESAFIBACKLOG.cs @@ -69,9 +69,7 @@ public class MESAFIBACKLOG : LoggingUnitTesting, IDisposable LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if DEBUG [Ignore] -#endif [TestMethod] public void Staging() {