Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
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;
import us.abstracta.jmeter.javadsl.util.TestResource;

public class AzureEngineIT {

@Disabled("The other test is failing when doing release and failsafe is not stopping. We need "
+ "this disabled to be able to check the status of the test after scripts are uploaded")
@Test
public void shouldRunTestInAzure() throws Exception {
TestPlanStats stats = testPlan(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.outputTimestamp>1691171908</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jmeter.version>5.5</jmeter.version>
<jmeter.version>5.6.2</jmeter.version>
<testcontainers.version>1.17.6</testcontainers.version>
<wiremock.version>2.35.0</wiremock.version>
<junit.version>5.9.1</junit.version>
Expand Down