Skip to content

Commit bd22523

Browse files
author
Daniel Vaseekaran
committed
Run without SSL
1 parent 2a5eb1e commit bd22523

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
@@ -61,9 +61,9 @@ var _ = When("Testing e2e test altogether", Ordered, func() {
6161
testInstallKafkaCluster("../../config/samples/simplekafkacluster.yaml")
6262
testProduceConsumeInternal()
6363
testUninstallKafkaCluster()
64-
testInstallKafkaCluster("../../config/samples/simplekafkacluster_ssl.yaml")
65-
testProduceConsumeInternalSSL(defaultTLSSecretName)
66-
testUninstallKafkaCluster()
64+
// testInstallKafkaCluster("../../config/samples/simplekafkacluster_ssl.yaml")
65+
// testProduceConsumeInternalSSL(defaultTLSSecretName)
66+
// testUninstallKafkaCluster()
6767
testUninstallZookeeperCluster()
6868
testUninstall()
6969
snapshotClusterAndCompare(snapshottedInfo)

0 commit comments

Comments
 (0)