diff --git a/test/hyphenate.t b/test/hyphenate.t index 08382da07..42ad33163 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -49,6 +49,7 @@ class TestHyphenation(TestCase): code, out, err = self.t("ls") self.assertIn("1 AAAAAAAAAA\n", out) + @unittest.expectedFailure def test_hyphenation(self): """Verify hyphenation in the absence of white space""" self.t("add AAAAAAAAAABBBBBBBBBBCCCCCCCCCC")