Skip to content

Commit bde20ca

Browse files
committed
Remove useless test repetition
1 parent 99bbe33 commit bde20ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vertx-core/src/test/java/io/vertx/tests/http/fileupload/HttpClientFileUploadTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ public void testFileUploadFormMultipart32K() throws Exception {
175175
testFileUploadFormMultipart(32 * 1024, false);
176176
}
177177

178-
@Repeat(times = 1000)
179178
@Test
180179
public void testFileUploadFormMultipart32M() throws Exception {
181180
Assume.assumeTrue(!Utils.isWindows());

0 commit comments

Comments
 (0)