File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ spec:
155155 })
156156 })
157157
158- FIt ("dataplane unavailable" , func () {
159- if os .Getenv ("PROVIDER_TYPE" ) == framework .ProviderTypeAPI7EE {
158+ It ("dataplane unavailable" , func () {
159+ if os .Getenv ("PROVIDER_TYPE" ) != framework .ProviderTypeAPISIXStandalone {
160160 Skip ("skip for api7ee mode because it use dashboard admin api" )
161161 }
162162 By ("apply ApisixRoute" )
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ spec:
107107 Expect (gwyaml ).To (ContainSubstring ("message: the gateway has been accepted by the apisix-ingress-controller" ), "checking Gateway condition message" )
108108 })
109109
110- FIt ("dataplane unavailable" , func () {
111- if os .Getenv ("PROVIDER_TYPE" ) == framework .ProviderTypeAPI7EE {
110+ It ("dataplane unavailable" , func () {
111+ if os .Getenv ("PROVIDER_TYPE" ) != framework .ProviderTypeAPISIXStandalone {
112112 Skip ("skip for api7ee mode because it use dashboard admin api" )
113113 }
114114 By ("Create HTTPRoute" )
You can’t perform that action at this time.
0 commit comments