Skip to content

Commit

Permalink
remove focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
ushabelgur committed Dec 18, 2024
1 parent eef83cb commit c62a9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/infrastructure/actuator_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
var _ = Describe("Infrastructure Reconcile", func() {
ns := SetupTest()

FIt("should ensure that the network, networkpolicy, natgateway and prefix is being deleted", func(ctx SpecContext) {
It("should ensure that the network, networkpolicy, natgateway and prefix is being deleted", func(ctx SpecContext) {
By("getting the cluster object")
cluster, err := extensionscontroller.GetCluster(ctx, k8sClient, ns.Name)
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit c62a9f6

Please sign in to comment.