Skip to content

Commit

Permalink
feat(kuma-cp): remove unneeded stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Skalski <[email protected]>
  • Loading branch information
Automaat committed Jan 23, 2025
1 parent fb8deba commit e231d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e_env/kubernetes/kubernetes_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
_ = Describe("Kong Ingress Controller", kic.KICKubernetes, Ordered)
_ = Describe("MeshTrafficPermission API", meshtrafficpermission.API, Ordered)
_ = Describe("MeshRateLimit API", meshratelimit.API, Ordered)
_ = FDescribe("MeshTimeout API", meshtimeout.MeshTimeout, Ordered)
_ = Describe("MeshTimeout API", meshtimeout.MeshTimeout, Ordered)
_ = Describe("MeshHealthCheck API", meshhealthcheck.API, Ordered)
_ = Describe("MeshCircuitBreaker API", meshcircuitbreaker.API, Ordered)
_ = Describe("MeshCircuitBreaker", meshcircuitbreaker.MeshCircuitBreaker, Ordered)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_env/kubernetes/meshtimeout/meshtimeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ spec:
}(),
)

FIt("should configure timeout for single inbound", func() {
It("should configure timeout for single inbound", func() {
policy := fmt.Sprintf(`
apiVersion: kuma.io/v1alpha1
kind: MeshTimeout
Expand Down

0 comments on commit e231d8a

Please sign in to comment.