Skip to content

Commit 437648a

Browse files
authored
chore: Disable test_actor_on_platform_max_request_retries (#541)
1 parent 0801e54 commit 437648a

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='Sometimes crawler does not respect max_request_retries argument, see issue #540')
7982
async def test_actor_on_platform_max_request_retries(
8083
make_actor: MakeActorFunction,
8184
run_actor: RunActorFunction,

0 commit comments

Comments
 (0)