Skip to content

Commit aa9816c

Browse files
committed
e2e
1 parent 6efdc28 commit aa9816c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/gatewayapi/gatewayproxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
1212
)
1313

14-
var _ = Describe("Test GatewayProxy", func() {
14+
var _ = FDescribe("Test GatewayProxy", func() {
1515
s := scaffold.NewDefaultScaffold()
1616

1717
var defaultGatewayClass = `
@@ -240,7 +240,7 @@ spec:
240240
})
241241
})
242242

243-
FContext("Test Gateway with PluginMetadata", func() {
243+
Context("Test Gateway with PluginMetadata", func() {
244244
var (
245245
err error
246246
)

0 commit comments

Comments
 (0)