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

python311Packages.chromadb: disable flaky test
This commit is contained in:
Fabian Affolter 2024-06-08 11:04:28 +02:00 committed by GitHub
commit efcb1789e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"