Skip to content

Commit c35d984

Browse files
committed
remove focus
1 parent 43deb7d commit c35d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/crds/v2/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spec:
156156
})
157157

158158
It("dataplane unavailable", func() {
159-
if os.Getenv("PROVIDER_TYPE") != framework.ProviderTypeAPISIXStandalone {
159+
if os.Getenv("PROVIDER_TYPE") == framework.ProviderTypeAPI7EE {
160160
Skip("skip for api7ee mode because it use dashboard admin api")
161161
}
162162
By("apply ApisixRoute")

0 commit comments

Comments
 (0)