diff --git a/jmeter-java-dsl-azure/src/test/java/us/abstracta/jmeter/javadsl/azure/AzureEngineIT.java b/jmeter-java-dsl-azure/src/test/java/us/abstracta/jmeter/javadsl/azure/AzureEngineIT.java index 20c644ca..86ec1889 100644 --- a/jmeter-java-dsl-azure/src/test/java/us/abstracta/jmeter/javadsl/azure/AzureEngineIT.java +++ b/jmeter-java-dsl-azure/src/test/java/us/abstracta/jmeter/javadsl/azure/AzureEngineIT.java @@ -10,7 +10,6 @@ import static us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition.sampleTime; import java.time.Duration; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import us.abstracta.jmeter.javadsl.core.TestPlanStats; import us.abstracta.jmeter.javadsl.core.engines.AutoStoppedTestException; @@ -18,9 +17,6 @@ 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( @@ -34,9 +30,6 @@ public void shouldRunTestInAzure() throws Exception { assertThat(stats.overall().samplesCount()).isEqualTo(1); } - @Disabled("For some reason when test run is cancelled, azure keeps it in cancelling state for " - + "more than 10 minutes. Until we don't get an answer from Azure Load Testing team, and can " - + "properly adapt associated logic, we will disable this test to avoid failing build") @Test public void shouldAutoStopTestWhenConditionIsMet() { assertThrows(AutoStoppedTestException.class, () ->