diff --git a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py index 3956f73..0c048ef 100644 --- a/libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py +++ b/libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py @@ -119,3 +119,7 @@ async def awith_store(store_name: Optional[str]) -> Any: ] ALL_STORES_SYNC = ["in_memory"] ALL_STORES_ASYNC = ["in_memory"] +REGULAR_CHECKPOINTERS_ASYNC = [ + # "memory", + "mongodb_aio", +]