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 99bbe33 commit bde20caCopy full SHA for bde20ca
vertx-core/src/test/java/io/vertx/tests/http/fileupload/HttpClientFileUploadTest.java
@@ -175,7 +175,6 @@ public void testFileUploadFormMultipart32K() throws Exception {
175
testFileUploadFormMultipart(32 * 1024, false);
176
}
177
178
- @Repeat(times = 1000)
179
@Test
180
public void testFileUploadFormMultipart32M() throws Exception {
181
Assume.assumeTrue(!Utils.isWindows());
0 commit comments