Skip to content

Commit 12809ee

Browse files
committed
focus e2e test
1 parent 5dec4bf commit 12809ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/crds/v2/route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ spec:
716716
- serviceName: httpbin-service-e2e-test
717717
servicePort: 80
718718
`
719-
It("Should sync ApisixRoute during startup", func() {
719+
FIt("Should sync ApisixRoute during startup", func() {
720720
By("apply ApisixRoute")
721721
Expect(s.CreateResourceFromString(route2)).ShouldNot(HaveOccurred(), "apply ApisixRoute with nonexistent ingressClassName")
722722
Expect(s.CreateResourceFromString(route3)).ShouldNot(HaveOccurred(), "apply ApisixRoute without ingressClassName")

0 commit comments

Comments
 (0)