diff --git a/pkgs/development/python-modules/chromadb/default.nix b/pkgs/development/python-modules/chromadb/default.nix index ed4c8d541a14..f765aa767db9 100644 --- a/pkgs/development/python-modules/chromadb/default.nix +++ b/pkgs/development/python-modules/chromadb/default.nix @@ -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"