test: new test requires one of the deflate features

This commit is contained in:
Chris Hennick 2024-04-23 12:13:41 -07:00
parent 8b6260b350
commit f81a5b9149
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -1448,6 +1448,12 @@ mod test {
ZipArchive::new(Cursor::new(v)).expect_err("Invalid file");
}
#[cfg(any(
feature = "deflate",
feature = "deflate-miniz",
feature = "deflate-zlib",
feature = "deflate-zlib-ng"
))]
#[test]
fn test_read_with_data_descriptor() {
let mut v = Vec::new();