summaryrefslogtreecommitdiffstats
path: root/vendor/curl/debian/patches/disable-upload-lots.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/curl/debian/patches/disable-upload-lots.patch')
-rw-r--r--vendor/curl/debian/patches/disable-upload-lots.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/curl/debian/patches/disable-upload-lots.patch b/vendor/curl/debian/patches/disable-upload-lots.patch
new file mode 100644
index 0000000..05c42f2
--- /dev/null
+++ b/vendor/curl/debian/patches/disable-upload-lots.patch
@@ -0,0 +1,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};
+