From 772a1af301f6858ac924e52db170d8fd38ecf5d5 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 23 Aug 2019 16:34:51 +0200 Subject: [PATCH] Incorrect @Repeat test annotation removal --- src/test/java/io/vertx/core/http/Http1xTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/io/vertx/core/http/Http1xTest.java b/src/test/java/io/vertx/core/http/Http1xTest.java index bccbccaf5..b33c4f815 100644 --- a/src/test/java/io/vertx/core/http/Http1xTest.java +++ b/src/test/java/io/vertx/core/http/Http1xTest.java @@ -1177,6 +1177,7 @@ public class Http1xTest extends HttpTest { } @Test + @Repeat(times = 10) public void testCloseServerConnectionWithPendingMessages() throws Exception { int n = 5; server.requestHandler(req -> { @@ -1247,7 +1248,6 @@ public class Http1xTest extends HttpTest { /** * A test that stress HTTP server pipe-lining. */ - @Repeat(times = 100) @Test public void testPipelineStress() throws Exception {