Skip to content

Commit 7d57331

Browse files
Mark test_bad_queries and test_good_queries as ignored (#2774)
* Initial plan * chore: mark test_bad_queries and test_good_queries as ignored Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
1 parent 061bcef commit 7d57331

File tree

1 file changed

+2
-0
lines changed
  • server/src/search_executor

1 file changed

+2
-0
lines changed

server/src/search_executor/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ mod test {
230230
}
231231
}
232232
#[tokio::test]
233+
#[ignore = "flaky over time and low signal"]
233234
#[tracing_test::traced_test]
234235
async fn test_good_queries() {
235236
let ms = MeiliSearchTestContainer::new().await;
@@ -261,6 +262,7 @@ mod test {
261262
}
262263

263264
#[tokio::test]
265+
#[ignore = "flaky over time and low signal"]
264266
#[tracing_test::traced_test]
265267
async fn test_bad_queries() {
266268
let ms = MeiliSearchTestContainer::new().await;

0 commit comments

Comments
 (0)