From 13917c051c91e677b245d2e57098d6b8ab316e0d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 13 Mar 2022 01:02:28 -0800 Subject: [PATCH] Disable oom killer test for --use-threads --- tests/test_concurrency.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 8d7675bf..fb149a2e 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -13,6 +13,7 @@ from ocrmypdf import ExitCode from .conftest import run_ocrmypdf_api +@pytest.mark.skipif(True, reason="--use-threads is currently default") @pytest.mark.skipif(os.name == 'nt', reason="Windows doesn't have SIGKILL") def test_simulate_oom_killer(resources, no_outpdf): exitcode = run_ocrmypdf_api(