diff --git a/core_test.go b/core_test.go index a9180a974..2e5b96d0d 100644 --- a/core_test.go +++ b/core_test.go @@ -48,9 +48,6 @@ func TestGetObjectCore(t *testing.T) { t.Skip("skipping functional tests for the short runs") } - // Seed random based on current time. - rand.Seed(time.Now().Unix()) - // Instantiate new minio core client object. c, err := NewCore( os.Getenv(serverEndpoint), @@ -248,9 +245,6 @@ func TestGetObjectContentEncoding(t *testing.T) { t.Skip("skipping functional tests for the short runs") } - // Seed random based on current time. - rand.Seed(time.Now().Unix()) - // Instantiate new minio core client object. c, err := NewCore( os.Getenv(serverEndpoint), @@ -324,9 +318,6 @@ func TestGetBucketPolicy(t *testing.T) { t.Skip("skipping functional tests for short runs") } - // Seed random based on current time. - rand.Seed(time.Now().Unix()) - // Instantiate new minio client object. c, err := NewCore( os.Getenv(serverEndpoint),