We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb7fb4 commit c7f63d7Copy full SHA for c7f63d7
src/test/java/io/specto/hoverfly/ruletest/HoverflyDslWithDelayTest.java
@@ -3,6 +3,7 @@
3
import io.specto.hoverfly.junit.rule.HoverflyRule;
4
import org.apache.commons.lang3.time.StopWatch;
5
import org.junit.ClassRule;
6
+import org.junit.Ignore;
7
import org.junit.Test;
8
import org.springframework.http.HttpStatus;
9
import org.springframework.http.ResponseEntity;
@@ -80,6 +81,7 @@ public void shouldBeAbleToAddFixedDelayPerRequestMatcher() {
80
81
}
82
83
@Test
84
+ @Ignore("Flaky test")
85
public void shouldBeAbleToAddLogNormalRandomDelayPerRequestMatcher() {
86
87
long latency1 = getLatency(() -> restTemplate.getForEntity("http://www.random-slow-service.com/api/bookings", Void.class));
0 commit comments