blob: 05c42f25d4992f702f606b8a85e2d71ef6a15a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: curl/tests/multi.rs
===================================================================
--- curl.orig/tests/multi.rs
+++ curl/tests/multi.rs
@@ -85,6 +85,8 @@ fn smoke2() {
}
#[test]
+// test disabled due to flakyness
+#[cfg(any())]
fn upload_lots() {
use curl::multi::{Events, Socket, SocketEvents};
|