mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
gate a test behind the required feature
This commit is contained in:
@ -3260,6 +3260,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "all-tokenizations")]
|
||||||
fn stored_detected_script_and_language_should_not_return_deleted_documents() {
|
fn stored_detected_script_and_language_should_not_return_deleted_documents() {
|
||||||
use charabia::{Language, Script};
|
use charabia::{Language, Script};
|
||||||
let index = TempIndex::new();
|
let index = TempIndex::new();
|
||||||
|
Reference in New Issue
Block a user