File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 44import json
55from typing import TYPE_CHECKING
66
7- import pytest
8-
97from crawlee ._utils .crypto import crypto_random_object_id
108
119from .._utils import generate_unique_resource_name
@@ -197,7 +195,6 @@ async def main_outer() -> None:
197195 assert inner_output_record ['value' ] == f'{ test_value } _XXX_{ test_value } '
198196
199197
200- @pytest .mark .skip (reason = 'Known failing test, pending investigation.' )
201198async def test_actor_calls_task (
202199 make_actor : MakeActorFunction ,
203200 run_actor : RunActorFunction ,
@@ -251,7 +248,6 @@ async def main_outer() -> None:
251248 await apify_client_async .task (task ['id' ]).delete ()
252249
253250
254- @pytest .mark .skip (reason = 'Known failing test, pending investigation.' )
255251async def test_actor_aborts_another_actor_run (
256252 make_actor : MakeActorFunction ,
257253 run_actor : RunActorFunction ,
Original file line number Diff line number Diff line change 22
33from typing import TYPE_CHECKING
44
5- import pytest
6-
75from apify import Actor , __version__
86
97if TYPE_CHECKING :
108 from .conftest import MakeActorFunction , RunActorFunction
119
1210
13- @pytest .mark .skip (reason = 'Known failing test, pending investigation.' )
1411async def test_actor_logging (
1512 make_actor : MakeActorFunction ,
1613 run_actor : RunActorFunction ,
Original file line number Diff line number Diff line change 33from pathlib import Path
44from typing import TYPE_CHECKING
55
6- import pytest
7-
86if TYPE_CHECKING :
97 from .conftest import MakeActorFunction , RunActorFunction
108
119
12- @pytest .mark .skip (reason = 'Known failing test, pending investigation.' )
1310async def test_actor_scrapy_title_spider (
1411 make_actor : MakeActorFunction ,
1512 run_actor : RunActorFunction ,
You can’t perform that action at this time.
0 commit comments