mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.langgraph-checkpoint-postgres: Disable flaky test
This commit is contained in:
parent
ff35de4d26
commit
d65cae2008
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue