mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
gate a test behind the required feature
This commit is contained in:
parent
c22460045c
commit
4e4a1ddff7
1 changed files with 1 additions and 0 deletions
|
@ -3260,6 +3260,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "all-tokenizations")]
|
||||
fn stored_detected_script_and_language_should_not_return_deleted_documents() {
|
||||
use charabia::{Language, Script};
|
||||
let index = TempIndex::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue