From 1ba5cf7bc499b8d6a0d1373059f118b84bc9bbd1 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 24 Nov 2023 16:22:40 +0100 Subject: [PATCH] tmp03 --- controllers/ratelimitpolicy_controller_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/ratelimitpolicy_controller_test.go b/controllers/ratelimitpolicy_controller_test.go index dda7e4d7d..7fe46461d 100644 --- a/controllers/ratelimitpolicy_controller_test.go +++ b/controllers/ratelimitpolicy_controller_test.go @@ -26,7 +26,7 @@ import ( "k8s.io/utils/ptr" ) -var _ = Describe("RateLimitPolicy controller", func() { +var _ = FDescribe("RateLimitPolicy controller", func() { var ( testNamespace string routeName = "toystore-route" @@ -416,7 +416,7 @@ var _ = Describe("RateLimitPolicy controller", func() { }) Context("RLP targeting Gateway", func() { - FIt("Creates all the resources for a basic Gateway and RateLimitPolicy", func() { + It("Creates all the resources for a basic Gateway and RateLimitPolicy", func() { // create httproute httpRoute := testBuildBasicHttpRoute(routeName, gwName, testNamespace, []string{"*.example.com"}) err := k8sClient.Create(context.Background(), httpRoute)