Skip to content

Commit e73f55d

Browse files
committed
refactor: consolidate CRD imports and focus on ApisixRoute tests
1 parent 7027fd3 commit e73f55d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

test/e2e/apisix/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ import (
2424
. "github.com/onsi/ginkgo/v2"
2525
. "github.com/onsi/gomega"
2626

27-
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds/v1alpha1"
28-
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds/v2"
27+
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds"
2928
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
3029
_ "github.com/apache/apisix-ingress-controller/test/e2e/gatewayapi"
3130
_ "github.com/apache/apisix-ingress-controller/test/e2e/ingress"

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 _ = Describe("Test ApisixRoute", Label("apisix.apache.org", "v2", "apisixroute"), func() {
37+
var _ = FDescribe("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",

test/e2e/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import (
2525
. "github.com/onsi/gomega"
2626

2727
_ "github.com/apache/apisix-ingress-controller/test/e2e/api7"
28-
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds/v1alpha1"
29-
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds/v2"
28+
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds"
3029
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
3130
_ "github.com/apache/apisix-ingress-controller/test/e2e/gatewayapi"
3231
_ "github.com/apache/apisix-ingress-controller/test/e2e/ingress"

0 commit comments

Comments
 (0)