python3Packages.langgraph-checkpoint-postgres: Disable flaky test

This commit is contained in:
Sarah Clark 2025-05-23 16:02:32 -07:00
parent ff35de4d26
commit d65cae2008

View file

@ -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" ];