Fix the plan for skipping tests when ideographic search won't work.
This commit is contained in:
parent
0b87ce3e65
commit
b24f73fb3d
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ SKIP: {
|
|||
use utf8;
|
||||
|
||||
my $min_word_length = $session->db->quickHashRef("show variables like 'ft_min_word_len'");
|
||||
skip 'MySQL minimum word length too long to support ideograms', 2
|
||||
skip 'MySQL minimum word length too long to support ideograms', 1
|
||||
if $min_word_length->{Value} > 2;
|
||||
|
||||
$article->update({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue