summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/utils/utils.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go
index a73bdb856..1f5067950 100644
--- a/test/utils/utils.go
+++ b/test/utils/utils.go
@@ -470,10 +470,6 @@ func Containerized() bool {
return strings.Contains(string(b), "docker")
}
-func init() {
- rand.Seed(GinkgoRandomSeed())
-}
-
var randomLetters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
// RandomString returns a string of given length composed of random characters