ignore flaky test

This commit is contained in:
ManyTheFish
2025-11-06 15:39:57 +01:00
parent 5f69a43846
commit dbb45dec1a

View File

@@ -1326,6 +1326,7 @@ async fn search_with_contains_without_enabling_the_feature() {
}
#[actix_rt::test]
#[ignore]
async fn search_with_personalization_invalid_api_key() {
// Create a server with a fake personalization API key
let dir = TempDir::new().unwrap();