mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #74829 from pohly/e2e-ginkgo
test/e2e: fix `ginkgo ./test/e2e`
This commit is contained in:
commit
1d257d657c
@ -22,6 +22,12 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
// Never, ever remove the line with "/ginkgo". Without it,
|
||||
// the ginkgo test runner will not detect that this
|
||||
// directory contains a Ginkgo test suite.
|
||||
// See https://github.com/kubernetes/kubernetes/issues/74827
|
||||
// "github.com/onsi/ginkgo"
|
||||
|
||||
"k8s.io/kubernetes/test/e2e/framework"
|
||||
"k8s.io/kubernetes/test/e2e/framework/testfiles"
|
||||
"k8s.io/kubernetes/test/e2e/framework/viperconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user