diff --git a/cmd/influxd/server_integration_test.go b/cmd/influxd/server_integration_test.go index 426a086e99..0926677b50 100644 --- a/cmd/influxd/server_integration_test.go +++ b/cmd/influxd/server_integration_test.go @@ -98,9 +98,9 @@ func createCombinedNodeCluster(t *testing.T, testName, tmpDir string, nNodes, ba c.Data.Dir = filepath.Join(tmpDataDir, strconv.Itoa(basePort)) c.Broker.Port = basePort c.Data.Port = basePort - c.Snapshot.Port = basePort + 1 c.Admin.Enabled = false c.ReportingDisabled = true + c.Snapshot.Enabled = false b, s := main.Run(c, "", "x.x") if b == nil {