Skip to content

Commit b4276e3

Browse files
authored
chore: add stream_route test for standalone (#2565)
1 parent 0fd8e9d commit b4276e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/crds/v2/streamroute.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ import (
2525
. "github.com/onsi/ginkgo/v2"
2626
. "github.com/onsi/gomega"
2727

28-
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
2928
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
3029
)
3130

3231
var _ = Describe("Test ApisixRoute With StreamRoute", Label("apisix.apache.org", "v2", "apisixroute"), func() {
3332
s := scaffold.NewDefaultScaffold()
3433

3534
BeforeEach(func() {
36-
if framework.ProviderType != framework.ProviderTypeAPISIX {
37-
Skip("only support APISIX provider")
38-
}
3935
By("create GatewayProxy")
4036
err := s.CreateResourceFromString(s.GetGatewayProxySpec())
4137
Expect(err).NotTo(HaveOccurred(), "creating GatewayProxy")

0 commit comments

Comments
 (0)