python3Packages.langchain-community: disable flaky test (#408838)

This commit is contained in:
Yohann Boniface
2025-05-20 21:31:54 +02:00
committed by GitHub

View File

@@ -111,6 +111,8 @@ buildPythonPackage rec {
disabledTests = [
# requires bs4, aka BeautifulSoup
"test_importable_all"
# flaky
"test_llm_caching_async"
];
disabledTestPaths = [