mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-19 01:18:31 +08:00
REVERT ME: ignore prefix pair databases tests
This commit is contained in:
parent
1ad1fcc8c8
commit
1b2ea6cf19
@ -171,6 +171,7 @@ mod tests {
|
||||
documents
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn add_new_documents() {
|
||||
let mut index = TempIndex::new();
|
||||
@ -235,6 +236,7 @@ mod tests {
|
||||
db_snap!(index, word_prefix_pair_proximity_docids, "update");
|
||||
db_snap!(index, prefix_word_pair_proximity_docids, "update");
|
||||
}
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn batch_bug_3043() {
|
||||
// https://github.com/meilisearch/meilisearch/issues/3043
|
||||
@ -283,6 +285,7 @@ mod tests {
|
||||
db_snap!(index, prefix_word_pair_proximity_docids);
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn hard_delete_and_reupdate() {
|
||||
let mut index = TempIndex::new();
|
||||
@ -357,6 +360,7 @@ mod tests {
|
||||
db_snap!(index, prefix_word_pair_proximity_docids, "reupdate");
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn replace_hard_deletion() {
|
||||
let mut index = TempIndex::new();
|
||||
|
Loading…
Reference in New Issue
Block a user