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 a5f4501 commit 080650eCopy full SHA for 080650e
test/e2e/e2e_test.go
@@ -7,7 +7,6 @@ import (
7
8
"github.com/onsi/ginkgo/v2"
9
10
- utilruntime "k8s.io/apimachinery/pkg/util/runtime"
11
"k8s.io/klog/v2"
12
"k8s.io/kubernetes/test/e2e/framework"
13
"k8s.io/kubernetes/test/e2e/framework/config"
@@ -17,10 +16,6 @@ import (
17
16
)
18
19
func TestMain(m *testing.M) {
20
- klog.InitFlags(nil)
21
- utilruntime.Must(flag.Set("logtostderr", "false"))
22
- utilruntime.Must(flag.Set("alsologtostderr", "false"))
23
- utilruntime.Must(flag.Set("one_output", "true"))
24
klog.SetOutput(ginkgo.GinkgoWriter)
25
26
// Register framework flags, then handle flags.
0 commit comments