This commit is contained in:
Mike Phares 2024-05-15 09:31:39 -07:00
parent a144459664
commit d05e56847b
2 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,8 @@ using Adaptation.Shared;
using Adaptation.Shared.Methods;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Text.Json;
namespace Adaptation._Tests.Extract.Staging.v2_56_0;

View File

@ -1,5 +1,4 @@
#if true
using Adaptation._Tests.Shared;
using Adaptation.Shared;
using Adaptation.Shared.Methods;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@ -41,7 +40,7 @@ public class TRENDLOG
[TestMethod]
public void Staging__v2_56_0__TRENDLOG__csv() => _TRENDLOG.Staging__v2_56_0__TRENDLOG__csv();
#if (!DEBUG)
#if DEBUG
[Ignore]
#endif
[TestMethod]