Index: pyo3/src/buffer.rs
===================================================================
--- pyo3.orig/src/buffer.rs
+++ pyo3/src/buffer.rs
@@ -969,7 +969,7 @@ mod tests {
         });
     }
 
-    #[test]
+    /*#[test]
     fn test_array_buffer() {
         Python::attach(|py| {
             let array = py
@@ -1043,5 +1043,5 @@ mod tests {
             assert_eq!(typed.format().to_str().unwrap(), "B");
             assert_eq!(typed.shape(), [5]);
         });
-    }
+    }*/
 }
