Skip to content

Commit 92a7a87

Browse files
committed
chore: skip failing test
1 parent 0c32f29 commit 92a7a87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_actor_lifecycle.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
from apify import Actor
68

79
if TYPE_CHECKING:
@@ -119,6 +121,7 @@ async def main() -> None:
119121
assert run_result.status == 'FAILED'
120122

121123

124+
@pytest.mark.skip(reason='Failing, needs investigation, see #650.')
122125
async 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

0 commit comments

Comments
 (0)