We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43deb7d commit c35d984Copy full SHA for c35d984
test/e2e/crds/v2/status.go
@@ -156,7 +156,7 @@ spec:
156
})
157
158
It("dataplane unavailable", func() {
159
- if os.Getenv("PROVIDER_TYPE") != framework.ProviderTypeAPISIXStandalone {
+ if os.Getenv("PROVIDER_TYPE") == framework.ProviderTypeAPI7EE {
160
Skip("skip for api7ee mode because it use dashboard admin api")
161
}
162
By("apply ApisixRoute")
0 commit comments