Skip to content

Commit

Permalink
check testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wahabmk committed Oct 11, 2024
1 parent 0e1d445 commit fbe08fb
Show file tree
Hide file tree
Showing 3 changed files with 15,137 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/controller/multiclusterservice_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var _ = Describe("MultiClusterService Controller", func() {

Eventually(k8sClient.Get(ctx, multiClusterServiceRef, multiClusterService), 1*time.Minute, 5*time.Second).Should(HaveOccurred())
Expect(k8sClient.Delete(ctx, serviceTemplate)).To(Succeed())
Expect(k8sClient.Delete(ctx, namespace)).To(Succeed())
// Expect(k8sClient.Delete(ctx, namespace)).To(Succeed())
})
It("should successfully reconcile the resource", func() {
By("Reconciling the created resource")
Expand Down
1 change: 0 additions & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ var _ = BeforeSuite(func() {
MutatingWebhooks: mutatingWebhooks,
ValidatingWebhooks: validatingWebhooks,
},
UseExistingCluster: func(b bool) *bool { return &b }(true),
}

// cfg is defined in this file globally.
Expand Down
Loading

0 comments on commit fbe08fb

Please sign in to comment.