File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33from typing import TYPE_CHECKING
44
5+ import pytest
6+
57from apify import Actor
68
79if TYPE_CHECKING :
@@ -119,6 +121,7 @@ async def main() -> None:
119121 assert run_result .status == 'FAILED'
120122
121123
124+ @pytest .mark .skip (reason = 'Skipped due to known instability, see issue #650.' )
122125async def test_actor_with_crawler_reboot (make_actor : MakeActorFunction , run_actor : RunActorFunction ) -> None :
123126 """Test that crawler in actor works as expected after reboot.
124127
Original file line number Diff line number Diff line change 1212
1313# TODO: What to do with the `browserforge` output?
1414# https://github.com/apify/apify-sdk-python/issues/423
15- @pytest .mark .skip
15+ @pytest .mark .skip ( reason = 'Skipped due to known instability, see issue #423.' )
1616async def test_actor_logging (
1717 make_actor : MakeActorFunction ,
1818 run_actor : RunActorFunction ,
You can’t perform that action at this time.
0 commit comments