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 b74a58e commit c58f21dCopy full SHA for c58f21d
vertical-pod-autoscaler/e2e/v1/e2e_test.go
@@ -19,10 +19,8 @@ package autoscaling
19
import (
20
"flag"
21
"fmt"
22
- "math/rand"
23
"os"
24
"testing"
25
- "time"
26
27
// Never, ever remove the line with "/ginkgo". Without it,
28
// the ginkgo test runner will not detect that this
@@ -68,7 +66,6 @@ func TestMain(m *testing.M) {
68
66
testfiles.AddFileSource(testfiles.RootFileSource{Root: framework.TestContext.RepoRoot})
69
67
}
70
71
- rand.Seed(time.Now().UnixNano())
72
os.Exit(m.Run())
73
74
0 commit comments