Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions server/src/search_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ mod test {
}
}
#[tokio::test]
#[ignore = "flaky over time and low signal"]
#[tracing_test::traced_test]
async fn test_good_queries() {
Comment thread
CommanderStorm marked this conversation as resolved.
let ms = MeiliSearchTestContainer::new().await;
Expand Down Expand Up @@ -261,6 +262,7 @@ mod test {
}

#[tokio::test]
#[ignore = "flaky over time and low signal"]
#[tracing_test::traced_test]
async fn test_bad_queries() {
Comment thread
CommanderStorm marked this conversation as resolved.
let ms = MeiliSearchTestContainer::new().await;
Expand Down
Loading