Skip to content

Commit fcf1eaf

Browse files
Merge pull request #22676 from coreydaley/bugzilla_1702743_disable_tests
Disable tests while flake is investigated
2 parents efe7dba + 29d78f4 commit fcf1eaf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/extended/builds/new_app.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var _ = g.Describe("[Feature:Builds][Conformance] oc new-app", func() {
4444
})
4545

4646
g.It("should succeed with a --name of 58 characters", func() {
47+
g.Skip("TODO: disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1702743")
4748
g.By("calling oc new-app")
4849
err := oc.Run("new-app").Args("https://github.com/sclorg/nodejs-ex", "--name", a58).Execute()
4950
o.Expect(err).NotTo(o.HaveOccurred())
@@ -61,6 +62,7 @@ var _ = g.Describe("[Feature:Builds][Conformance] oc new-app", func() {
6162
})
6263

6364
g.It("should fail with a --name longer than 58 characters", func() {
65+
g.Skip("TODO: disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1702743")
6466
g.By("calling oc new-app")
6567
out, err := oc.Run("new-app").Args("https://github.com/sclorg/nodejs-ex", "--name", a59).Output()
6668
o.Expect(err).To(o.HaveOccurred())

0 commit comments

Comments
 (0)