Disable telemetry in CI (#561)

## Description of changes

Disable telemetry when running integration tests in CI.

## Test plan

Ran and verified that previously we were seeing the log message about
enabled telemetry, and not after this change.

## Documentation Changes
 
N/A
This commit is contained in:
Luke VanderHart
2023-05-16 14:00:29 -04:00
committed by GitHub
parent 9eafe3f95d
commit 5a318ec389

View File

@@ -17,6 +17,7 @@ services:
- CHROMA_DB_IMPL=clickhouse
- CLICKHOUSE_HOST=test_clickhouse
- CLICKHOUSE_PORT=8123
- ANONYMIZED_TELEMETRY=False
ports:
- ${CHROMA_PORT}:8000
depends_on: