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 d82a996 commit 4f856baCopy full SHA for 4f856ba
test/e2e/crds/v2/status.go
@@ -158,7 +158,7 @@ spec:
158
})
159
160
161
- FIt("dataplane unavailable", func() {
+ It("dataplane unavailable", func() {
162
if os.Getenv("PROVIDER_TYPE") == adc.BackendModeAPI7EE {
163
Skip("skip for api7ee mode because it use dashboard admin api")
164
}
test/e2e/gatewayapi/status.go
@@ -113,7 +113,7 @@ spec:
113
_ = s.DeleteResource("Gateway", "apisix")
114
115
116
117
118
119
0 commit comments