chore: Add feature gate for new unit test
This commit is contained in:
parent
c8d1cb905f
commit
fb781e0517
1 changed files with 1 additions and 0 deletions
|
@ -1786,6 +1786,7 @@ mod test {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "_deflate-any")]
|
||||||
fn test_utf8_extra_field() {
|
fn test_utf8_extra_field() {
|
||||||
let mut v = Vec::new();
|
let mut v = Vec::new();
|
||||||
v.extend_from_slice(include_bytes!("../tests/data/chinese.zip"));
|
v.extend_from_slice(include_bytes!("../tests/data/chinese.zip"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue