We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0b655 commit 5926550Copy full SHA for 5926550
_test_unstructured_client/unit/test_custom_hooks.py
@@ -17,6 +17,7 @@
17
FAKE_KEY = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
18
19
20
+@pytest.mark.xfail(run=False, reason="This test is causing a hang")
21
def test_unit_retry_with_backoff_does_retry(caplog):
22
caplog.set_level(logging.INFO)
23
filename = "README.md"
0 commit comments