make diagnostics false in cluster test

This commit is contained in:
Matthew Jaffee 2018-01-15 10:40:36 -06:00
parent 0ac8648ea9
commit 673a290255
No known key found for this signature in database
GPG key ID: 51C676AF9FFCDB87

View file

@ -41,6 +41,7 @@ func newServer() (*server.Command, error) {
s.Config.GossipSeed = "localhost:" + s.Config.GossipPort
s.Config.Cluster.Type = "gossip"
s.Config.Metric.Diagnostics = false
td, err := ioutil.TempDir("", "")
if err != nil {
return nil, errors.Wrap(err, "temp dir")