From 68c852acecff7a0ee52ba9ef6518d393b79d1b64 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 18 Sep 2019 13:28:02 -0700 Subject: [PATCH] Remove test_tesseract_config_invalid from suite Also causes problems in CI --- tests/test_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_main.py b/tests/test_main.py index e84fc052..399d0662 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -630,6 +630,7 @@ def test_tesseract_config_notfound(renderer, resources, outdir): assert p.returncode == ExitCode.ok, err +@pytest.mark.slow # This test sometimes times out in CI @pytest.mark.parametrize('renderer', RENDERERS) def test_tesseract_config_invalid(renderer, resources, outdir): cfg_file = outdir / 'test.cfg'