--- a/src/zlib/stream/deflate/tests.rs
+++ b/src/zlib/stream/deflate/tests.rs
@@ -37,6 +37,7 @@
         }
     }
 
+/*
     #[test]
     fn small_file_decompress() -> Result<(), Box<dyn std::error::Error>> {
         fn fixture_path(path: &str) -> std::path::PathBuf {
@@ -51,6 +52,7 @@
         assert!(bytes.next().is_none());
         Ok(())
     }
+*/
 
     #[test]
     fn all_at_once() -> Result<(), Box<dyn std::error::Error>> {
@@ -71,6 +73,7 @@
         Ok(())
     }
 
+/*
     #[test]
     fn big_file_small_writes() -> Result<(), Box<dyn std::error::Error>> {
         let mut w = deflate::Write::new(Vec::new());
@@ -98,4 +101,5 @@
 
         assert_deflate_buffer(w.inner, bytes)
     }
+*/
 }
