File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
helm-charts/coherence-operator Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2020 Oracle Corporation and/or its affiliates.
1+ # Copyright 2020, 2021 Oracle Corporation and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# http://oss.oracle.com/licenses/upl.
44
Original file line number Diff line number Diff line change @@ -52,15 +52,6 @@ func TestCompatibility(t *testing.T) {
5252 g .Expect (err ).NotTo (HaveOccurred ())
5353 stsBefore := assertDeploymentEventuallyInDesiredState (t , d , d .GetReplicas ())
5454
55- //// delete the previous Operator version
56- //t.Logf("Unnstalling previous Operator version: %s\n", version)
57- //err = UninstallOperator(ns, name)
58- //g.Expect(err).NotTo(HaveOccurred())
59- //
60- //// wait for Operator Pod to be deleted
61- //err = helper.WaitForOperatorCleanup(testContext, ns)
62- //g.Expect(err).NotTo(HaveOccurred())
63-
6455 // Upgrade to this version
6556 t .Logf ("Helm upgrade to current Operator version\n " )
6657 UpgradeToCurrentVersion (g , ns , name )
You can’t perform that action at this time.
0 commit comments