Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#97 from amckinley/patch-1
Browse files Browse the repository at this point in the history
Disable tests by default to fix README instructions
  • Loading branch information
tomwilkie authored Jun 18, 2020
2 parents 3964f49 + 41aa70d commit b87ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/mimir/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

max_chunk_idle: '15m',

test_exporter_enabled: true,
test_exporter_enabled: false,
test_exporter_start_time: error 'must specify test exporter start time',
test_exporter_user_id: error 'must specify test exporter used id',

Expand Down

0 comments on commit b87ec2f

Please sign in to comment.