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

authored by Yohann Boniface and committed by GitHub ca6a6810 dcb6e63f

+2
+2
pkgs/development/python-modules/langchain-community/default.nix
··· 111 111 disabledTests = [ 112 112 # requires bs4, aka BeautifulSoup 113 113 "test_importable_all" 114 + # flaky 115 + "test_llm_caching_async" 114 116 ]; 115 117 116 118 disabledTestPaths = [