Skip to content

Commit

Permalink
Disable testing with mongo and minio functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jun 3, 2024
1 parent c00ba9b commit e37eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
curl 127.0.0.1:9200
curl localhost:9200
- name: Run tests
run: SERVER="127.0.0.1" python3 -m pytest -v --cov=telemetry tests -k "not prod"
run: SERVER="127.0.0.1" python3 -m pytest -v --cov=telemetry tests -k "not prod and not dev"

- name: Report coverage
env:
Expand Down

0 comments on commit e37eb5c

Please sign in to comment.