We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7f4c commit d0faa57Copy full SHA for d0faa57
openshift-hack/e2e/kube_e2e_test.go
@@ -1,5 +1,7 @@
1
package e2e
2
3
+//go:generate go run -mod vendor ./annotate/cmd -- ./annotate/generated/zz_generated.annotations.go
4
+
5
// This file duplicates most of test/e2e/e2e_test.go but limits the included
6
// tests (via include.go) to tests that are relevant to openshift.
7
@@ -17,6 +19,7 @@ import (
17
19
18
20
et "github.com/openshift-eng/openshift-tests-extension/pkg/extension/extensiontests"
21
"gopkg.in/yaml.v2"
22
23
// Never, ever remove the line with "/ginkgo". Without it,
24
// the ginkgo test runner will not detect that this
25
// directory contains a Ginkgo test suite.
0 commit comments