Skip to content

Commit 7c0e68f

Browse files
Merge pull request #2191 from neisw/revert-2181-cli-tests
Revert "CNTRLPLANE-2656:Migrating oc cli tests to ote"
2 parents 2aba839 + e87384f commit 7c0e68f

16 files changed

Lines changed: 15 additions & 2946 deletions

test/e2e/cli.go

Lines changed: 0 additions & 1144 deletions
This file was deleted.

test/e2e/e2e.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package e2e
2+
3+
import (
4+
g "github.com/onsi/ginkgo/v2"
5+
o "github.com/onsi/gomega"
6+
)
7+
8+
var _ = g.Describe("[sig-cli][Jira:oc] oc sanity test", func() {
9+
g.It("should always pass", func() {
10+
o.Expect(true).To(o.BeTrue())
11+
})
12+
g.It("should always pass [Serial]", func() {
13+
o.Expect(true).To(o.BeTrue())
14+
})
15+
})

0 commit comments

Comments
 (0)