We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dec4bf commit 12809eeCopy full SHA for 12809ee
test/e2e/crds/v2/route.go
@@ -716,7 +716,7 @@ spec:
716
- serviceName: httpbin-service-e2e-test
717
servicePort: 80
718
`
719
- It("Should sync ApisixRoute during startup", func() {
+ FIt("Should sync ApisixRoute during startup", func() {
720
By("apply ApisixRoute")
721
Expect(s.CreateResourceFromString(route2)).ShouldNot(HaveOccurred(), "apply ApisixRoute with nonexistent ingressClassName")
722
Expect(s.CreateResourceFromString(route3)).ShouldNot(HaveOccurred(), "apply ApisixRoute without ingressClassName")
0 commit comments