Skip to content

Commit bf13397

Browse files
committed
Merge branch 'master' into new-storages-race-conditions
2 parents f2637d5 + 9c3db0c commit bf13397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_crawlers_with_storages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from typing import TYPE_CHECKING
44

5+
import pytest
6+
57
if TYPE_CHECKING:
68
from .conftest import MakeActorFunction, RunActorFunction
79

@@ -76,6 +78,7 @@ async def default_handler(context: ParselCrawlingContext) -> None:
7678
assert run_result.status == 'SUCCEEDED'
7779

7880

81+
@pytest.mark.skip(reason='https://github.com/apify/apify-sdk-python/issues/540')
7982
async def test_actor_on_platform_max_request_retries(
8083
make_actor: MakeActorFunction,
8184
run_actor: RunActorFunction,

0 commit comments

Comments
 (0)