Index: pyo3/src/buffer.rs
===================================================================
--- pyo3.orig/src/buffer.rs
+++ pyo3/src/buffer.rs
@@ -934,7 +934,7 @@ mod tests {
         });
     }
 
-    #[test]
+    /*#[test]
     fn test_array_buffer() {
         Python::attach(|py| {
             let array = py
@@ -990,5 +990,5 @@ mod tests {
 
             assert_eq!(buffer.to_fortran_vec(py).unwrap(), [10.0, 11.0, 12.0, 13.0]);
         });
-    }
+    }*/
 }
