We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c32f29 commit 92a7a87Copy full SHA for 92a7a87
tests/integration/test_actor_lifecycle.py
@@ -2,6 +2,8 @@
2
3
from typing import TYPE_CHECKING
4
5
+import pytest
6
+
7
from apify import Actor
8
9
if TYPE_CHECKING:
@@ -119,6 +121,7 @@ async def main() -> None:
119
121
assert run_result.status == 'FAILED'
120
122
123
124
+@pytest.mark.skip(reason='Failing, needs investigation, see #650.')
125
async def test_actor_with_crawler_reboot(make_actor: MakeActorFunction, run_actor: RunActorFunction) -> None:
126
"""Test that crawler in actor works as expected after reboot.
127
0 commit comments