Unverified Commit ca6a6810 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents dcb6e63f 5592fde3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@ buildPythonPackage rec {
  disabledTests = [
    # requires bs4, aka BeautifulSoup
    "test_importable_all"
    # flaky
    "test_llm_caching_async"
  ];

  disabledTestPaths = [