summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2019-03-01 18:12:57 -0800
committerJames R. Barlow <jim@purplerock.ca>2019-03-01 18:12:57 -0800
commit3ed6009d006628410854d14d6a565fa07f4e21bd (patch)
treef31d0b7c0afaa78f0f3928820a7768b7d3a1e845 /tests
parent1a5cd11cde97a78783173bea8cc221377d9cd463 (diff)
Deadlock test is unreliable with pytest -n auto
Keep it around for now as a reminder...
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sanity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sanity.py b/tests/test_sanity.py
index e102aec..2b80b19 100644
--- a/tests/test_sanity.py
+++ b/tests/test_sanity.py
@@ -145,6 +145,7 @@ def test_readme_example(resources, outdir):
pdf.save(outdir / 'output.pdf')
+@pytest.mark.skipif(True, reason="test may hang")
@pytest.mark.xfail(reason="needs pybind11 > 2.2.4")
@pytest.mark.timeout(2, method='signal')
def test_threading_deadlock(resources):