ignore the dump tests

This commit is contained in:
Irevoire
2022-10-26 19:28:30 +02:00
committed by Clément Renault
parent 0dd8e00929
commit 225405bb0d
11 changed files with 14 additions and 0 deletions

View File

@ -347,6 +347,7 @@ pub(crate) mod test {
use super::*;
#[test]
#[ignore]
fn compat_v3_v4() {
let dump = File::open("tests/assets/v3.dump").unwrap();
let dir = TempDir::new().unwrap();