Disabling API tests for now.
This commit is contained in:
parent
b428464a02
commit
9cccd00fed
@ -28,7 +28,7 @@ public class APIHelperTester
|
|||||||
_WebApplicationFactory = new WebApplicationFactory<API.Program>();
|
_WebApplicationFactory = new WebApplicationFactory<API.Program>();
|
||||||
_ControllerName = nameof(API.Controllers.ScrapeDBController)[..^10];
|
_ControllerName = nameof(API.Controllers.ScrapeDBController)[..^10];
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public async Task ReactorOuts()
|
public async Task ReactorOuts()
|
||||||
{
|
{
|
||||||
@ -119,7 +119,7 @@ public class APIHelperTester
|
|||||||
Assert.IsNotNull(result);
|
Assert.IsNotNull(result);
|
||||||
_Logger.Information($"{_TestContext?.TestName} completed");
|
_Logger.Information($"{_TestContext?.TestName} completed");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void CheckShortDateWithPassedInDate()
|
public void CheckShortDateWithPassedInDate()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user