Unverified Commit efcb1789 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #317994 from pbsds/fix-chromadb-1717761516

python311Packages.chromadb: disable flaky test
parents 592f659b 5f96bdc5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -136,6 +136,11 @@ buildPythonPackage rec {
    export HOME=$(mktemp -d)
  '';

  disabledTests = [
    # flaky / timing sensitive
    "test_fastapi_server_token_authn_allows_when_it_should_allow"
  ];

  disabledTestPaths = [
    # Tests require network access
    "chromadb/test/property/test_cross_version_persist.py"