Skip to content

Commit c7f63d7

Browse files
committed
Disable flaky test
1 parent fcb7fb4 commit c7f63d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/specto/hoverfly/ruletest/HoverflyDslWithDelayTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import io.specto.hoverfly.junit.rule.HoverflyRule;
44
import org.apache.commons.lang3.time.StopWatch;
55
import org.junit.ClassRule;
6+
import org.junit.Ignore;
67
import org.junit.Test;
78
import org.springframework.http.HttpStatus;
89
import org.springframework.http.ResponseEntity;
@@ -80,6 +81,7 @@ public void shouldBeAbleToAddFixedDelayPerRequestMatcher() {
8081
}
8182

8283
@Test
84+
@Ignore("Flaky test")
8385
public void shouldBeAbleToAddLogNormalRandomDelayPerRequestMatcher() {
8486

8587
long latency1 = getLatency(() -> restTemplate.getForEntity("http://www.random-slow-service.com/api/bookings", Void.class));

0 commit comments

Comments
 (0)