Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam committed Dec 25, 2024
1 parent 1bc8844 commit b45862c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/controlplane/control_plane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ metadata:
for _, version := range supportedversion.List {
Context(version.Name, func() {
BeforeAll(func() {
fmt.Println("Creating the necessary namespaces before running the tests...")
Expect(k.CreateNamespace(controlPlaneNamespace)).To(Succeed(), "Istio namespace failed to be created")
Expect(k.CreateNamespace(istioCniNamespace)).To(Succeed(), "IstioCNI namespace failed to be created")
})
Expand Down

0 comments on commit b45862c

Please sign in to comment.