mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update snapshot tests following git rebase that fixes a bug
This commit is contained in:
parent
012c3e986c
commit
4c6145f782
3 changed files with 6 additions and 9 deletions
|
@ -762,9 +762,6 @@ mod tests {
|
|||
|
||||
handle.wait_till(Breakpoint::AfterProcessing);
|
||||
// first addition of documents should be successful
|
||||
// TODO: currently the result of this operation is incorrect!
|
||||
// only the first task should be successful, because it should not be batched with
|
||||
// the second task, that operates on a different index!
|
||||
snapshot!(snapshot_index_scheduler(&index_scheduler), name: "initial_tasks_processed");
|
||||
|
||||
// Now we delete the first task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue