File: disable-connect-timeout-test-on-s390x.patch

package info (click to toggle)
rust-reqwest 0.12.15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
--- a/tests/timeouts.rs
+++ b/tests/timeouts.rs
@@ -91,4 +91,4 @@
 
-#[cfg(not(target_arch = "wasm32"))]
 #[tokio::test]
+#[cfg(not(any(target_arch = "wasm32",target_arch = "s390x")))]
 async fn connect_many_timeout_succeeds() {