Skip to content

Commit

Permalink
Re enable azure engine test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelenda committed Jan 30, 2024
1 parent 380b913 commit 52b11e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Abstracta.JmeterDsl.Azure.Tests/AzureEngineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public void TearDown() =>
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 Down

0 comments on commit 52b11e4

Please sign in to comment.