Skip to content

Commit

Permalink
ginkgo remove focus mode (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-6443 committed Dec 16, 2021
1 parent debefce commit 99fe3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/chaos/chaos.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var _ = ginkgo.Describe("Chaos Testing", func() {
APISIXRouteVersion: "apisix.apache.org/v2beta2",
}
s := scaffold.NewScaffold(opts)
ginkgo.FContext("simulate apisix deployment restart", func() {
ginkgo.Context("simulate apisix deployment restart", func() {
ginkgo.Specify("ingress controller can synchronize rules normally after apisix recovery", func() {
assert.Nil(ginkgo.GinkgoT(), s.EnsureNumApisixRoutesCreated(0), "checking number of upstreams")
backendSvc, backendSvcPort := s.DefaultHTTPBackend()
Expand Down

0 comments on commit 99fe3dd

Please sign in to comment.