Merge pull request #5627 from meilisearch/skip_remote_test

ignore flaky test
This commit is contained in:
Many the fish
2025-06-04 08:28:24 +00:00
committed by GitHub

View File

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