python311Packages.chromadb: disable flaky test

This commit is contained in:
Peder Bergebakken Sundt
2024-06-07 14:00:55 +02:00
parent dfec583872
commit 5f96bdc5c1
@@ -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"