Skip to content

Commit 19ff39e

Browse files
committed
remove focus
1 parent cb519cd commit 19ff39e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/crds/v2/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

test/e2e/gatewayapi/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)