Skip to content

Commit 82b402e

Browse files
committed
refactor: remove focus flag from ApisixRoute e2e tests
1 parent e73f55d commit 82b402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/apisix/route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
3535
)
3636

37-
var _ = FDescribe("Test ApisixRoute", Label("apisix.apache.org", "v2", "apisixroute"), func() {
37+
var _ = Describe("Test ApisixRoute", Label("apisix.apache.org", "v2", "apisixroute"), func() {
3838
var (
3939
s = scaffold.NewScaffold(&scaffold.Options{
4040
ControllerName: "apisix.apache.org/apisix-ingress-controller",

0 commit comments

Comments
 (0)