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

@ -259,6 +259,7 @@ pub(crate) mod test {
}
#[test]
#[ignore]
fn test_creating_dump() {
let file = create_test_dump();
let mut file = BufReader::new(file);