Skip to content

Commit 8063621

Browse files
committed
Update skip reson
1 parent 9c3db0c commit 8063621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_crawlers_with_storages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def default_handler(context: ParselCrawlingContext) -> None:
7878
assert run_result.status == 'SUCCEEDED'
7979

8080

81-
@pytest.mark.skip(reason='https://github.com/apify/apify-sdk-python/issues/540')
81+
@pytest.mark.skip(reason='Sometimes crawler does not respect max_request_retries argument, see issue #540')
8282
async def test_actor_on_platform_max_request_retries(
8383
make_actor: MakeActorFunction,
8484
run_actor: RunActorFunction,

0 commit comments

Comments
 (0)