File: skip-flaky-test

package info (click to toggle)
rust-pyo3 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,560 kB
  • sloc: javascript: 59; makefile: 58; python: 39; sh: 1
file content (20 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/src/buffer.rs
===================================================================
--- a/src/buffer.rs
+++ b/src/buffer.rs
@@ -894,7 +894,7 @@
         });
     }
 
-    #[test]
+    /*#[test]
     fn test_array_buffer() {
         Python::attach(|py| {
             let array = py
@@ -950,5 +950,5 @@
 
             assert_eq!(buffer.to_fortran_vec(py).unwrap(), [10.0, 11.0, 12.0, 13.0]);
         });
-    }
+    }*/
 }