From 7f01313b8a93a9ba0f7b11061f89c170a5b690e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Dec 2021 22:58:17 +0530 Subject: [PATCH] Skip a hunspell test that fails only on ARM --- src/calibre/spell/dictionary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/spell/dictionary.py b/src/calibre/spell/dictionary.py index 2a5a598aae..3825f6dd9d 100644 --- a/src/calibre/spell/dictionary.py +++ b/src/calibre/spell/dictionary.py @@ -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'))