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

View File

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