Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/api7/api7-ingress-controller/pkg/log"

_ "github.com/api7/api7-ingress-controller/test/e2e/suite-annotations"
// _ "github.com/api7/api7-ingress-controller/test/e2e/suite-annotations"
_ "github.com/api7/api7-ingress-controller/test/e2e/suite-chore"
_ "github.com/api7/api7-ingress-controller/test/e2e/suite-cluster"
_ "github.com/api7/api7-ingress-controller/test/e2e/suite-features"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-gateway/gateway_tcproute.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
)

var _ = ginkgo.Describe("suite-gateway: TCP Route", func() {
var _ = ginkgo.PDescribe("suite-gateway: TCP Route", func() {
s := scaffold.NewDefaultScaffold()
ginkgo.It("create TCPRoute", func() {
backendSvc, backendPorts := s.DefaultHTTPBackend()
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-gateway/gateway_tlsroute.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jW4KB95bGOTa7r7DM1Up0MbAIwWoeLBGhOIXk7inurZGg+FNjZMA5Lzm6qo=
assert.Equal(ginkgo.GinkgoT(), cert, tls[0].Cert, "tls cert not expect")
}

var _ = ginkgo.Describe("suite-gateway: TLSRoute", func() {
var _ = ginkgo.PDescribe("suite-gateway: TLSRoute", func() {
s := scaffold.NewDefaultScaffold()

ginkgo.It("Basic with 1 Hosts 1 Rule 1 Match 1 BackendRef", func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-gateway/gateway_udproute.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
)

var _ = ginkgo.Describe("suite-gateway: UDP Route", func() {
var _ = ginkgo.PDescribe("suite-gateway: UDP Route", func() {
s := scaffold.NewDefaultScaffold()

ginkgo.It("UDPRoute", func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-ingress/suite-ingress-resource/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
)

var _ = ginkgo.Describe("suite-ingress-resource: ApisixRoute stream Testing", func() {
var _ = ginkgo.PDescribe("suite-ingress-resource: ApisixRoute stream Testing", func() {
suites := func(s *scaffold.Scaffold) {
ginkgo.It("stream tcp proxy", func() {
backendSvc, backendSvcPort := s.DefaultHTTPBackend()
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
)

var _ = ginkgo.Describe("suite-plugins-other: mqtt-proxy plugin", func() {
var _ = ginkgo.PDescribe("suite-plugins-other: mqtt-proxy plugin", func() {
opts := &scaffold.Options{
Name: "mqtt-proxy",
IngressAPISIXReplicas: 1,
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/suite-plugins/suite-plugins-other/plugin_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/api7/api7-ingress-controller/test/e2e/scaffold"
)

var _ = ginkgo.Describe("suite-plugins-other: ApisixPluginConfig", func() {
var _ = ginkgo.PDescribe("suite-plugins-other: ApisixPluginConfig", func() {
s := scaffold.NewDefaultV2Scaffold()
ginkgo.It("add crd from definition", func() {
backendSvc, backendPorts := s.DefaultHTTPBackend()
Expand Down Expand Up @@ -595,7 +595,7 @@ spec:
})
})

var _ = ginkgo.Describe("suite-plugins-other: ApisixPluginConfig cross namespace", func() {
var _ = ginkgo.PDescribe("suite-plugins-other: ApisixPluginConfig cross namespace", func() {
s := scaffold.NewScaffold(&scaffold.Options{
NamespaceSelectorLabel: map[string][]string{
"apisix.ingress.watch": {"test"},
Expand Down