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 9c3db0c commit 8063621Copy full SHA for 8063621
tests/integration/test_crawlers_with_storages.py
@@ -78,7 +78,7 @@ async def default_handler(context: ParselCrawlingContext) -> None:
78
assert run_result.status == 'SUCCEEDED'
79
80
81
-@pytest.mark.skip(reason='https://github.com/apify/apify-sdk-python/issues/540')
+@pytest.mark.skip(reason='Sometimes crawler does not respect max_request_retries argument, see issue #540')
82
async def test_actor_on_platform_max_request_retries(
83
make_actor: MakeActorFunction,
84
run_actor: RunActorFunction,
0 commit comments