mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Remove logging in IPVS tests
This commit is contained in:
parent
07e4ca8aa7
commit
500340bdde
|
@ -203,7 +203,6 @@ func TestIPVSCollectorResponse(t *testing.T) {
|
|||
wantLines := strings.Split(string(wantMetrics), "\n")
|
||||
gotLines := strings.Split(string(rw.Body.String()), "\n")
|
||||
gotLinesIdx := 0
|
||||
t.Log(gotLines)
|
||||
|
||||
// Until the Prometheus Go client library offers better testability
|
||||
// (https://github.com/prometheus/client_golang/issues/58), we simply compare
|
||||
|
|
Loading…
Reference in a new issue