Skip to content

Commit 44ecbaa

Browse files
author
Daniel Vaseekaran
committed
Remove SnpshotClusterAndCompare
1 parent 11beda1 commit 44ecbaa

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/actions/kind-create/action.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ runs:
4646
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747
shell: bash
4848

49-
# - name: Install cloud-provider-kind
50-
# id: cloud-provider-kind
51-
# run: |
52-
# echo "Install cloud-provider-kind"
53-
# go install sigs.k8s.io/cloud-provider-kind@latest
54-
# kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55-
# ~/go/bin/cloud-provider-kind &
56-
# shell: bash
49+
- name: Install cloud-provider-kind
50+
id: cloud-provider-kind
51+
run: |
52+
echo "Install cloud-provider-kind"
53+
go install sigs.k8s.io/cloud-provider-kind@latest
54+
kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55+
~/go/bin/cloud-provider-kind &
56+
shell: bash

tests/e2e/koperator_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ var _ = When("Testing e2e test altogether", Ordered, func() {
6666
// testUninstallKafkaCluster()
6767
testUninstallZookeeperCluster()
6868
testUninstall()
69-
snapshotClusterAndCompare(snapshottedInfo)
69+
// snapshotClusterAndCompare(snapshottedInfo)
7070
})

tests/e2e/test_install.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ func testInstall() bool {
3737
})
3838
})
3939

40-
// When("Installing contour ingress controller", func() {
41-
// It("Installing contour Helm chart", func() {
42-
// err = contourIngressControllerHelmDescriptor.installHelmChart(kubectlOptions)
43-
// Expect(err).NotTo(HaveOccurred())
44-
// })
45-
// })
40+
When("Installing contour ingress controller", func() {
41+
It("Installing contour Helm chart", func() {
42+
err = contourIngressControllerHelmDescriptor.installHelmChart(kubectlOptions)
43+
Expect(err).NotTo(HaveOccurred())
44+
})
45+
})
4646

4747
When("Installing zookeeper-operator", func() {
4848
It("Installing zookeeper-operator Helm chart", func() {

0 commit comments

Comments
 (0)