Skip to content

Commit

Permalink
tmp03
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 24, 2023
1 parent f561ce6 commit 1ba5cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/ratelimitpolicy_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1ba5cf7

Please sign in to comment.