Skip to content

Commit f02d541

Browse files
committed
Bug 1702743: Re-enable new-app extended tests
1 parent c610712 commit f02d541

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/extended/builds/new_app.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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")
4847
g.By("calling oc new-app")
4948
err := oc.Run("new-app").Args("https://github.com/sclorg/nodejs-ex", "--name", a58).Execute()
5049
o.Expect(err).NotTo(o.HaveOccurred())
@@ -62,7 +61,6 @@ var _ = g.Describe("[Feature:Builds][Conformance] oc new-app", func() {
6261
})
6362

6463
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")
6664
g.By("calling oc new-app")
6765
out, err := oc.Run("new-app").Args("https://github.com/sclorg/nodejs-ex", "--name", a59).Output()
6866
o.Expect(err).To(o.HaveOccurred())

0 commit comments

Comments
 (0)