Skip to content

Commit

Permalink
Remove @repeat leftover from previous tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jan 9, 2024
1 parent 4438fcb commit 4b8cac3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/vertx/core/http/Http1xTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,6 @@ public void testSharedServersRoundRobinWithOtherServerRunningOnDifferentPort() t
testSharedServersRoundRobin();
}

@Repeat(times = 1000)
@Test
public void testSharedServersRoundRobinButFirstStartAndStopServer() throws Exception {
// Start and stop a server on the same port/host before hand to make sure it doesn't interact
Expand Down

0 comments on commit 4b8cac3

Please sign in to comment.