From 720a4f242ef6922f1537042dee171951db21da46 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 10 Dec 2024 16:29:47 -0500 Subject: [PATCH] INTPYTHON-447 Fix skipped tests (#33) --- .../tests/integration_tests/test_pregel_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]