Skip to content

Commit 5865879

Browse files
author
Daniel Vaseekaran
committed
Include Uninstall and comment out debug
1 parent 158abbf commit 5865879

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
go-version: 1.21
2121

2222
# Enable Tmate Session if you'd like to Debut the E2E Kind Cluster
23-
- name: Setup tmate session
24-
uses: mxschmitt/action-tmate@v3
25-
with:
26-
detached: true
23+
# - name: Setup tmate session
24+
# uses: mxschmitt/action-tmate@v3
25+
# with:
26+
# detached: true
2727

2828
- name: Checkout code
2929
uses: actions/checkout@v4

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)