Skip to content

Commit 06b5f79

Browse files
Disable azure load testing while we get an answer from azure support team
1 parent 13cfaa7 commit 06b5f79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jmeter-java-dsl-azure/src/test/java/us/abstracta/jmeter/javadsl/azure/AzureEngineIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
public class AzureEngineIT {
2020

21+
@Disabled("This azure test is now reporting 0 samples counts, even though we get the sample "
22+
+ "result in results file but general dashboard in Azure is reporting 0 as well. "
23+
+ "We will disable it until we get an answer from Azure Load Testing support.")
2124
@Test
2225
public void shouldRunTestInAzure() throws Exception {
2326
TestPlanStats stats = testPlan(

0 commit comments

Comments
 (0)