Skip to content

Commit

Permalink
Ignore Azure test while waiting for Azure support answer
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelenda committed Aug 31, 2023
1 parent 8cef5cc commit 5463ab7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System;
using System.IO;

namespace Abstracta.JmeterDsl.Azure.Tests
namespace Abstracta.JmeterDsl.Azure.Tests
{
using static JmeterDsl;

Expand All @@ -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(
Expand All @@ -35,4 +38,4 @@ public void TestInAzure()
Assert.That(stats.Overall.ErrorsCount, Is.EqualTo(1));
}
}
}
}

0 comments on commit 5463ab7

Please sign in to comment.