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
commit 72736c0ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;