diff --git a/test/e2e/e2e.go b/test/e2e/e2e.go index 29456b987..f7266250d 100644 --- a/test/e2e/e2e.go +++ b/test/e2e/e2e.go @@ -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" diff --git a/test/e2e/suite-gateway/gateway_tcproute.go b/test/e2e/suite-gateway/gateway_tcproute.go index 21445a06e..94d7f931b 100644 --- a/test/e2e/suite-gateway/gateway_tcproute.go +++ b/test/e2e/suite-gateway/gateway_tcproute.go @@ -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() diff --git a/test/e2e/suite-gateway/gateway_tlsroute.go b/test/e2e/suite-gateway/gateway_tlsroute.go index befc4443c..0f6e73aaf 100644 --- a/test/e2e/suite-gateway/gateway_tlsroute.go +++ b/test/e2e/suite-gateway/gateway_tlsroute.go @@ -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() { diff --git a/test/e2e/suite-gateway/gateway_udproute.go b/test/e2e/suite-gateway/gateway_udproute.go index 4f410a7d2..8743358e6 100644 --- a/test/e2e/suite-gateway/gateway_udproute.go +++ b/test/e2e/suite-gateway/gateway_udproute.go @@ -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() { diff --git a/test/e2e/suite-ingress/suite-ingress-resource/stream.go b/test/e2e/suite-ingress/suite-ingress-resource/stream.go index d4211569f..be980b530 100644 --- a/test/e2e/suite-ingress/suite-ingress-resource/stream.go +++ b/test/e2e/suite-ingress/suite-ingress-resource/stream.go @@ -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() diff --git a/test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go b/test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go index efc7a642d..96b88f268 100644 --- a/test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go +++ b/test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go @@ -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, diff --git a/test/e2e/suite-plugins/suite-plugins-other/plugin_config.go b/test/e2e/suite-plugins/suite-plugins-other/plugin_config.go index 7cf8ac635..37000d0e5 100644 --- a/test/e2e/suite-plugins/suite-plugins-other/plugin_config.go +++ b/test/e2e/suite-plugins/suite-plugins-other/plugin_config.go @@ -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() @@ -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"},