Skip to content

Commit dde9402

Browse files
committed
Minor clean-up
1 parent 8266567 commit dde9402

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

helm-charts/coherence-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

test/e2e/compatibility/compatibility_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)