test: new test requires one of the deflate features
This commit is contained in:
parent
8b6260b350
commit
f81a5b9149
1 changed files with 6 additions and 0 deletions
|
@ -1448,6 +1448,12 @@ mod test {
|
||||||
ZipArchive::new(Cursor::new(v)).expect_err("Invalid file");
|
ZipArchive::new(Cursor::new(v)).expect_err("Invalid file");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(any(
|
||||||
|
feature = "deflate",
|
||||||
|
feature = "deflate-miniz",
|
||||||
|
feature = "deflate-zlib",
|
||||||
|
feature = "deflate-zlib-ng"
|
||||||
|
))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_read_with_data_descriptor() {
|
fn test_read_with_data_descriptor() {
|
||||||
let mut v = Vec::new();
|
let mut v = Vec::new();
|
||||||
|
|
Loading…
Add table
Reference in a new issue