We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefacfa commit 26991d8Copy full SHA for 26991d8
1 file changed
tests/unit/actor/test_actor_lifecycle.py
@@ -216,8 +216,7 @@ def on_event(event_type: Event) -> Callable:
216
assert on_system_info_count == len(on_system_info)
217
218
219
-@pytest.mark.parametrize('_', range(1000))
220
-async def test_actor_handles_migrating_event_correctly(monkeypatch: pytest.MonkeyPatch, _: int) -> None:
+async def test_actor_handles_migrating_event_correctly(monkeypatch: pytest.MonkeyPatch) -> None:
221
"""Test that Actor handles MIGRATING events correctly by emitting PERSIST_STATE."""
222
# This should test whether when you get a MIGRATING event,
223
# the Actor automatically emits the PERSIST_STATE event with data `{'isMigrating': True}`
0 commit comments