Skip to content

Commit

Permalink
Try tracing issues on releases when azure auto stop test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelenda-abstracta committed Aug 18, 2023
1 parent 61f961a commit 98161b2
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 98161b2

Please sign in to comment.