diff --git a/libs/langgraph/tests/test_interruption.py b/libs/langgraph/tests/test_interruption.py index 89a27770a..9fbeab77a 100644 --- a/libs/langgraph/tests/test_interruption.py +++ b/libs/langgraph/tests/test_interruption.py @@ -330,6 +330,7 @@ def test_interrupt_with_send_payloads_sequential_resume( assert node_counter["map_node"] == 5 +@NEEDS_CONTEXTVARS async def test_interrupt_with_send_payloads_sequential_resume_async( async_checkpointer: BaseCheckpointSaver, ) -> None: