diff --git a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel_async.py b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel_async.py index 5b96a32..d71101b 100644 --- a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel_async.py +++ b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel_async.py @@ -9425,7 +9425,7 @@ async def side(state: State): @pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_ASYNC) -@pytest.mark.parametrize('Test is flaky') +@pytest.mark.skip('Test is flaky') async def test_stream_subgraphs_during_execution(checkpointer_name: str) -> None: class InnerState(TypedDict): my_key: Annotated[str, operator.add]