Skip to content

Commit

Permalink
Merge pull request #25244 from Miciah/BZ1854195-disable-http2-tests
Browse files Browse the repository at this point in the history
Bug 1854195: Disable HTTP/2 tests
  • Loading branch information
openshift-merge-robot committed Jul 6, 2020
2 parents 6025c28 + 142c042 commit 3415b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/extended/router/grpc-interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var _ = g.Describe("[sig-network-edge][Conformance][Area:Networking][Feature:Rou

g.Describe("The HAProxy router", func() {
g.It("should pass the gRPC interoperability tests", func() {
g.Skip("disabled for https://bugzilla.redhat.com/show_bug.cgi?id=1853711")
g.By(fmt.Sprintf("creating test fixture from a config file %q", configPath))
err := oc.Run("new-app").Args("-f", configPath).Execute()
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down
1 change: 1 addition & 0 deletions test/extended/router/h2spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var _ = g.Describe("[sig-network-edge][Conformance][Area:Networking][Feature:Rou

g.Describe("The HAProxy router", func() {
g.It("should pass the h2spec conformance tests", func() {
g.Skip("disabled for https://bugzilla.redhat.com/show_bug.cgi?id=1853711")
g.By(fmt.Sprintf("creating routes from a config file %q", configPath))
routerImage, err := exutil.FindRouterImage(oc)
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down
1 change: 1 addition & 0 deletions test/extended/router/http2.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var _ = g.Describe("[sig-network-edge][Conformance][Area:Networking][Feature:Rou

g.Describe("The HAProxy router", func() {
g.It("should pass the http2 tests", func() {
g.Skip("disabled for https://bugzilla.redhat.com/show_bug.cgi?id=1853711")
g.By(fmt.Sprintf("creating test fixture from a config file %q", configPath))
err := oc.Run("new-app").Args("-f", configPath).Execute()
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down

0 comments on commit 3415b61

Please sign in to comment.