diff --git a/Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs b/Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs index 99c6d31..d356f33 100644 --- a/Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs +++ b/Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs @@ -1,7 +1,7 @@ -using System; +using System; using System.IO; -namespace Abstracta.JmeterDsl.Azure.Tests +namespace Abstracta.JmeterDsl.Azure.Tests { using static JmeterDsl; @@ -25,6 +25,9 @@ public void SetUp() Console.SetOut(originalConsoleOut!); [Test] + [Ignore("This azure test is now reporting 0 samples counts, even though we get the sample " + + "result in results file but general dashboard in Azure is reporting 0 as well. " + + "We will disable it until we get an answer from Azure Load Testing support.")] public void TestInAzure() { var stats = TestPlan( @@ -35,4 +38,4 @@ public void TestInAzure() Assert.That(stats.Overall.ErrorsCount, Is.EqualTo(1)); } } -} +}