From d65cae200824828127a05ebb4673f085b7985d63 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 23 May 2025 16:02:32 -0700 Subject: [PATCH] python3Packages.langgraph-checkpoint-postgres: Disable flaky test --- .../python-modules/langgraph-checkpoint-postgres/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix index 8064aa620a5e..9471af6c6c94 100644 --- a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +++ b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix @@ -84,6 +84,8 @@ buildPythonPackage rec { "test_vector_search_with_filters" "test_vector_search_pagination" "test_vector_search_edge_cases" + # Flaky under a parallel build (database in use) + "test_store_ttl" ]; pythonImportsCheck = [ "langgraph.checkpoint.postgres" ];