mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
try to fix the ci
This commit is contained in:
parent
b4fabce36d
commit
b3f60ee805
@ -1064,7 +1064,7 @@ async fn test_task_queue_is_full() {
|
||||
|
||||
// we're going to fill up the queue once again
|
||||
loop {
|
||||
let (res, code) = server.create_index(json!({ "uid": "doggo" })).await;
|
||||
let (res, code) = server.delete_tasks("uids=0").await;
|
||||
if code == 422 {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user