python3Packages.langchain-community: disable flaky caching test

This commit is contained in:
Sarah Clark
2025-05-25 08:51:36 -07:00
parent aae39856f5
commit 147794c3b7
@@ -112,6 +112,7 @@ buildPythonPackage rec {
# requires bs4, aka BeautifulSoup
"test_importable_all"
# flaky
"test_llm_caching"
"test_llm_caching_async"
];