From 9cccd00fed0143f4aafc9c261f255f0f000d339b Mon Sep 17 00:00:00 2001 From: Daniel Wathen Date: Tue, 17 Jan 2023 15:56:23 -0700 Subject: [PATCH] Disabling API tests for now. --- ReportingServices.Test/APIHelperTester.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReportingServices.Test/APIHelperTester.cs b/ReportingServices.Test/APIHelperTester.cs index 07ef2df..9e59ecb 100644 --- a/ReportingServices.Test/APIHelperTester.cs +++ b/ReportingServices.Test/APIHelperTester.cs @@ -28,7 +28,7 @@ public class APIHelperTester _WebApplicationFactory = new WebApplicationFactory(); _ControllerName = nameof(API.Controllers.ScrapeDBController)[..^10]; } - + /* [TestMethod] public async Task ReactorOuts() { @@ -119,7 +119,7 @@ public class APIHelperTester Assert.IsNotNull(result); _Logger.Information($"{_TestContext?.TestName} completed"); } - + */ [TestMethod] public void CheckShortDateWithPassedInDate() {