Skip to content

Commit 060d9d5

Browse files
committed
Remove skip from test_actor_on_platform_max_request_retries
1 parent bf13397 commit 060d9d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/test_crawlers_with_storages.py

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

33
from typing import TYPE_CHECKING
44

5-
import pytest
6-
75
if TYPE_CHECKING:
86
from .conftest import MakeActorFunction, RunActorFunction
97

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

8078

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

0 commit comments

Comments
 (0)