19889: Remove unused code.
authorTom Clegg <tom@curii.com>
Mon, 27 Mar 2023 23:23:42 +0000 (19:23 -0400)
committerTom Clegg <tom@curii.com>
Mon, 27 Mar 2023 23:23:42 +0000 (19:23 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/controller/localdb/container_gateway_test.go

index 0be0b4810de3a8d53f3dd2b468041da682b2f791..2a472199d5a1ecc51fa4b2535bb5b086b61bafe8 100644 (file)
@@ -288,12 +288,6 @@ func (s *ContainerGatewaySuite) testContainerLog(c *check.C, viaGateway bool) {
                                "gateway_address": "",
                        }})
                c.Assert(err, check.IsNil)
-               // _, err = s.localdb.ContainerUpdate(rootctx, arvados.UpdateOptions{
-               //      UUID: s.ctrUUID,
-               //      Attrs: map[string]interface{}{
-               //              "state": "Cancelled",
-               //      }})
-               // c.Assert(err, check.IsNil)
                // gateway_address="" above already ensures localdb
                // can't circumvent the keep-web proxy test by getting
                // content from the container gateway; this is just