Skip to content

Commit b22dd57

Browse files
committed
remove focus
1 parent c35d984 commit b22dd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/gatewayapi/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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() {
110+
It("dataplane unavailable", func() {
111111
if os.Getenv("PROVIDER_TYPE") == framework.ProviderTypeAPI7EE {
112112
Skip("skip for api7ee mode because it use dashboard admin api")
113113
}

0 commit comments

Comments
 (0)