Skip to content

Commit e01aca8

Browse files
committed
test: dataplane unavailable test case
Signed-off-by: Ashing Zheng <axingfly@gmail.com>
1 parent 01fa72f commit e01aca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/crds/v2/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
})
143143
})
144144

145-
It("dataplane unavailable", func() {
145+
FIt("dataplane unavailable", func() {
146146
By("apply ApisixRoute")
147147
arYaml := fmt.Sprintf(ar, s.Namespace(), s.Namespace())
148148
applier.MustApplyAPIv2(types.NamespacedName{Namespace: s.Namespace(), Name: "default"}, &apiv2.ApisixRoute{}, arYaml)

test/e2e/gatewayapi/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
_ = s.DeleteResource("Gateway", s.Namespace())
109109
})
110110

111-
It("dataplane unavailable", func() {
111+
FIt("dataplane unavailable", func() {
112112
By("Create HTTPRoute")
113113
err := s.CreateResourceFromString(httproute)
114114
Expect(err).NotTo(HaveOccurred(), "creating HTTPRoute")

0 commit comments

Comments
 (0)