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 c35d984 commit b22dd57Copy full SHA for b22dd57
test/e2e/gatewayapi/status.go
@@ -107,7 +107,7 @@ spec:
107
Expect(gwyaml).To(ContainSubstring("message: the gateway has been accepted by the apisix-ingress-controller"), "checking Gateway condition message")
108
})
109
110
- FIt("dataplane unavailable", func() {
+ It("dataplane unavailable", func() {
111
if os.Getenv("PROVIDER_TYPE") == framework.ProviderTypeAPI7EE {
112
Skip("skip for api7ee mode because it use dashboard admin api")
113
}
0 commit comments