File: fix-autopkgtest-on-i386.diff

package info (click to toggle)
rust-quinn-proto 0.11.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/src/connection/pacing.rs
+++ b/src/connection/pacing.rs
@@ -234,6 +234,7 @@
     }
 
     #[test]
+    #[cfg(not(target_arch = "x86"))]
     fn computes_pause_correctly() {
         let window = 2_000_000u64;
         let mtu = 1000;