Merge branch '16345-check-version-skew'
[arvados.git] / sdk / go / health / aggregator_test.go
index daad208e0ff385948849825058a2dddbbc6d109b..b1166c27d457317b8a4f6d5b5bcdea69cc6bf273 100644 (file)
@@ -50,6 +50,7 @@ func (s *AggregatorSuite) SetUpTest(c *check.C) {
        cluster.SystemRootToken = arvadostest.SystemRootToken
        cluster.Collections.BlobSigningKey = arvadostest.BlobSigningKey
        cluster.Volumes["z"] = arvados.Volume{StorageClasses: map[string]bool{"default": true}}
+       cluster.Containers.LocalKeepBlobBuffersPerVCPU = 0
        s.handler = &Aggregator{Cluster: cluster}
        s.req = httptest.NewRequest("GET", "/_health/all", nil)
        s.req.Header.Set("Authorization", "Bearer "+arvadostest.ManagementToken)