Disable failing test for tess 4.0rc1

This commit is contained in:
James R. Barlow
2018-10-28 15:16:54 -07:00
parent a9cd5bf253
commit d6d2f196d5
+3
View File
@@ -723,6 +723,9 @@ def test_tesseract_config_notfound(renderer, resources, outdir):
@pytest.mark.parametrize('renderer', RENDERERS)
@pytest.mark.skipif(
tesseract.v4(),
reason='not valid due to behavior change in Tesseract >= 4.0-rc1')
def test_tesseract_config_invalid(renderer, resources, outdir):
cfg_file = outdir / 'test.cfg'
with cfg_file.open('w') as f: