diff --git a/helm-charts/coherence-operator/values.yaml b/helm-charts/coherence-operator/values.yaml index 2912aba3c..eb4d6dd2b 100644 --- a/helm-charts/coherence-operator/values.yaml +++ b/helm-charts/coherence-operator/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Oracle Corporation and/or its affiliates. +# Copyright 2020, 2021 Oracle Corporation and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at # http://oss.oracle.com/licenses/upl. diff --git a/test/e2e/compatibility/compatibility_test.go b/test/e2e/compatibility/compatibility_test.go index ff5cba520..14d46c785 100644 --- a/test/e2e/compatibility/compatibility_test.go +++ b/test/e2e/compatibility/compatibility_test.go @@ -52,15 +52,6 @@ func TestCompatibility(t *testing.T) { g.Expect(err).NotTo(HaveOccurred()) stsBefore := assertDeploymentEventuallyInDesiredState(t, d, d.GetReplicas()) - //// delete the previous Operator version - //t.Logf("Unnstalling previous Operator version: %s\n", version) - //err = UninstallOperator(ns, name) - //g.Expect(err).NotTo(HaveOccurred()) - // - //// wait for Operator Pod to be deleted - //err = helper.WaitForOperatorCleanup(testContext, ns) - //g.Expect(err).NotTo(HaveOccurred()) - // Upgrade to this version t.Logf("Helm upgrade to current Operator version\n") UpgradeToCurrentVersion(g, ns, name)