diff --git a/Tests/UnitTestInfinityQSController.cs b/Tests/UnitTestInfinityQSController.cs index b4fa062..2b3fb8b 100644 --- a/Tests/UnitTestInfinityQSController.cs +++ b/Tests/UnitTestInfinityQSController.cs @@ -36,6 +36,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetCommandText() { @@ -47,6 +50,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetCommandTextApi() { @@ -58,6 +64,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetData() { @@ -75,6 +84,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetDataApi() { @@ -88,6 +100,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetDescriptors() { @@ -102,6 +117,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetDescriptorsApi() { @@ -115,6 +133,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetEvents() { @@ -126,6 +147,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetEventsApi() { @@ -138,6 +162,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetHeader() { @@ -149,6 +176,9 @@ public class UnitTestInfinityQSController _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetHeaderApi() { diff --git a/Tests/UnitTestInfinityQSV2Controller.cs b/Tests/UnitTestInfinityQSV2Controller.cs index d39cb58..60bc595 100644 --- a/Tests/UnitTestInfinityQSV2Controller.cs +++ b/Tests/UnitTestInfinityQSV2Controller.cs @@ -36,6 +36,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetCommandText() { @@ -47,6 +50,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetCommandTextApi() { @@ -58,6 +64,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetData() { @@ -75,6 +84,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetDataApi() { @@ -88,6 +100,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetDescriptors() { @@ -102,6 +117,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetDescriptorsApi() { @@ -115,6 +133,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetEvents() { @@ -126,6 +147,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetEventsApi() { @@ -138,6 +162,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public void GetHeader() { @@ -149,6 +176,9 @@ public class UnitTestInfinityQSV2Controller _Logger.Information($"{_TestContext?.TestName} completed"); } +#if true + [Ignore] +#endif [TestMethod] public async Task GetHeaderApi() {