Merge pull request #5740 from meilisearch/ignore-flaky-test-2

Ignore yet another flaky test
This commit is contained in:
Tamo 2025-07-09 13:25:45 +00:00 committed by GitHub
commit 61bc95e8d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1224,6 +1224,7 @@ async fn error_bad_request_facets_by_index_facet() {
}
#[actix_rt::test]
#[ignore]
async fn error_remote_does_not_answer() {
let ms0 = Server::new().await;
let ms1 = Server::new().await;