Skip to content

Commit 01cba15

Browse files
author
Daniel Vaseekaran
committed
Testing SSL - commengint out uninstalls
1 parent 9ac5dcf commit 01cba15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/koperator_suite_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ var _ = When("Testing e2e test altogether", Ordered, func() {
6363
testUninstallKafkaCluster()
6464
testInstallKafkaCluster("../../config/samples/simplekafkacluster_ssl.yaml")
6565
testProduceConsumeInternalSSL(defaultTLSSecretName)
66-
testUninstallKafkaCluster()
67-
testUninstallZookeeperCluster()
68-
testUninstall()
66+
// testUninstallKafkaCluster()
67+
// testUninstallZookeeperCluster()
68+
// testUninstall()
6969
snapshotClusterAndCompare(snapshottedInfo)
7070
})

0 commit comments

Comments
 (0)