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 bf13397 commit 060d9d5Copy full SHA for 060d9d5
tests/integration/test_crawlers_with_storages.py
@@ -2,8 +2,6 @@
2
3
from typing import TYPE_CHECKING
4
5
-import pytest
6
-
7
if TYPE_CHECKING:
8
from .conftest import MakeActorFunction, RunActorFunction
9
@@ -78,7 +76,6 @@ async def default_handler(context: ParselCrawlingContext) -> None:
78
76
assert run_result.status == 'SUCCEEDED'
79
77
80
81
-@pytest.mark.skip(reason='https://github.com/apify/apify-sdk-python/issues/540')
82
async def test_actor_on_platform_max_request_retries(
83
make_actor: MakeActorFunction,
84
run_actor: RunActorFunction,
0 commit comments