diff --git a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel.py b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel.py index b988154..a7eebd2 100644 --- a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel.py +++ b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel.py @@ -7357,6 +7357,7 @@ def should_continue(messages): @pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC) +@pytest.mark.xfail('Interrupt does not work with transactions') def test_root_graph( deterministic_uuids: MockerFixture, request: pytest.FixtureRequest,