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 c61b54a commit bd7a3eeCopy full SHA for bd7a3ee
test/e2e/gatewayapi/status.go
@@ -107,6 +107,9 @@ spec:
107
Expect(gwyaml).To(ContainSubstring(`status: "True"`), "checking Gateway condition status")
108
Expect(gwyaml).To(ContainSubstring("message: the gateway has been accepted by the apisix-ingress-controller"), "checking Gateway condition message")
109
})
110
+ AfterEach(func() {
111
+ _ = s.DeleteResource("Gateway", "apisix")
112
+ })
113
114
FIt("dataplane unavailable", func() {
115
if os.Getenv("PROVIDER_TYPE") == adc.BackendModeAPI7EE {
0 commit comments