Skip to content

Commit

Permalink
Serializes route-to-ingress test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
danehans committed Apr 28, 2020
1 parent 6bddbc0 commit cee6a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extended/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var _ = g.Describe("[sig-network][Feature:Router]", func() {
)
})

g.It("should serve routes that were created from an ingress", func() {
g.It("should serve routes that were created from an ingress [Serial]", func() {
g.By("deploying an ingress rule")
err := oc.Run("create").Args("-f", configPath).Execute()
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cee6a68

Please sign in to comment.