Skip to content

Commit c58f21d

Browse files
committed
1 parent b74a58e commit c58f21d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vertical-pod-autoscaler/e2e/v1/e2e_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ package autoscaling
1919
import (
2020
"flag"
2121
"fmt"
22-
"math/rand"
2322
"os"
2423
"testing"
25-
"time"
2624

2725
// Never, ever remove the line with "/ginkgo". Without it,
2826
// the ginkgo test runner will not detect that this
@@ -68,7 +66,6 @@ func TestMain(m *testing.M) {
6866
testfiles.AddFileSource(testfiles.RootFileSource{Root: framework.TestContext.RepoRoot})
6967
}
7068

71-
rand.Seed(time.Now().UnixNano())
7269
os.Exit(m.Run())
7370
}
7471

0 commit comments

Comments
 (0)