File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -381,9 +381,6 @@ func TestCoreCopyObject(t *testing.T) {
381
381
t .Skip ("skipping functional tests for short runs" )
382
382
}
383
383
384
- // Seed random based on current time.
385
- rand .Seed (time .Now ().Unix ())
386
-
387
384
// Instantiate new minio client object.
388
385
c , err := NewCore (
389
386
os .Getenv (serverEndpoint ),
@@ -507,9 +504,6 @@ func TestCoreCopyObjectPart(t *testing.T) {
507
504
t .Skip ("skipping functional tests for short runs" )
508
505
}
509
506
510
- // Seed random based on current time.
511
- rand .Seed (time .Now ().Unix ())
512
-
513
507
// Instantiate new minio client object.
514
508
c , err := NewCore (
515
509
os .Getenv (serverEndpoint ),
@@ -663,9 +657,6 @@ func TestCorePutObject(t *testing.T) {
663
657
t .Skip ("skipping functional tests for short runs" )
664
658
}
665
659
666
- // Seed random based on current time.
667
- rand .Seed (time .Now ().Unix ())
668
-
669
660
// Instantiate new minio client object.
670
661
c , err := NewCore (
671
662
os .Getenv (serverEndpoint ),
You can’t perform that action at this time.
0 commit comments