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.
2 parents f2637d5 + 9c3db0c commit bf13397Copy full SHA for bf13397
tests/integration/test_crawlers_with_storages.py
@@ -2,6 +2,8 @@
2
3
from typing import TYPE_CHECKING
4
5
+import pytest
6
+
7
if TYPE_CHECKING:
8
from .conftest import MakeActorFunction, RunActorFunction
9
@@ -76,6 +78,7 @@ async def default_handler(context: ParselCrawlingContext) -> None:
76
78
assert run_result.status == 'SUCCEEDED'
77
79
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