aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/jvm/mem_avail_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/jvm/mem_avail_test.go')
-rw-r--r--client/go/jvm/mem_avail_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/jvm/mem_avail_test.go b/client/go/jvm/mem_avail_test.go
index 34366759523..e85f2876d3a 100644
--- a/client/go/jvm/mem_avail_test.go
+++ b/client/go/jvm/mem_avail_test.go
@@ -9,7 +9,7 @@ import (
)
func TestCg2Get(t *testing.T) {
- trace.AdjustVerbosity(2)
+ trace.AdjustVerbosity(0)
const MM = "memory.max"
res, err := vespa_cg2get(MM)