From 49c0b87cdcb16c41209f7f08b3c209c9e13c23c6 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 9 Dec 2024 14:32:31 -0600 Subject: [PATCH] Skip incompatible test --- .../tests/integration_tests/test_pregel.py | 1 + 1 file changed, 1 insertion(+) 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,