File: skip-tests.diff

package info (click to toggle)
rust-gufo-png 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/src/png.rs
+++ b/src/png.rs
@@ -303,6 +303,7 @@
     use super::*;
 
     #[test]
+    #[ignore]
     fn x() {
         let data = std::fs::read("../test-images/images/cicp-p3/cicp-p3.png").unwrap();
         let png = crate::Png::new(data).unwrap();