18700: Don't start workbench2 in integration test clusters.
[arvados.git] / lib / controller / integration_test.go
index 9f5d12598b70e31728fe29fb28ae4fa8ce58ec4e..6ffbbd2720857b893b03d29fb2133303e542ae00 100644 (file)
@@ -135,6 +135,7 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) {
                        filepath.Join(cwd, "..", ".."),
                        id, cfg, "127.0.0."+id[3:], c.Log)
                tc.Super.NoWorkbench1 = true
+               tc.Super.NoWorkbench2 = true
                tc.Start()
                s.testClusters[id] = tc
        }