mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
ignore the dump tests
This commit is contained in:
parent
0dd8e00929
commit
225405bb0d
11 changed files with 14 additions and 0 deletions
|
@ -211,6 +211,7 @@ pub(crate) mod test {
|
|||
use super::*;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn read_dump_v2() {
|
||||
let dump = File::open("tests/assets/v2.dump").unwrap();
|
||||
let dir = TempDir::new().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue