Skip a hunspell test that fails only on ARM

This commit is contained in:
Kovid Goyal 2021-12-12 22:58:17 +05:30
parent fe9042ff98
commit 7f01313b8a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -450,6 +450,7 @@ def find_tests():
d = load_dictionary(get_dictionary(parse_lang_code('es-ES'))).obj
self.assertTrue(d.recognized('Ahí'))
self.assertIn('one\u2010half', self.suggestions('oone\u2010half'))
d = load_dictionary(get_dictionary(parse_lang_code('es'))).obj
self.assertIn('adequately', self.suggestions('ade-quately'))
self.assertIn('magic. Wand', self.suggestions('magic.wand'))
self.assertIn('List', self.suggestions('Lis𝑘t'))