Skip to content

Commit

Permalink
Disable azure load testing while we get an answer from azure support …
Browse files Browse the repository at this point in the history
…team
  • Loading branch information
rabelenda-abstracta committed Aug 30, 2023
1 parent 13cfaa7 commit 06b5f79
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

public class AzureEngineIT {

@Disabled("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.")
@Test
public void shouldRunTestInAzure() throws Exception {
TestPlanStats stats = testPlan(
Expand Down

0 comments on commit 06b5f79

Please sign in to comment.