Skip to content

Commit

Permalink
Merge pull request #19265 from redwrasse/redwrasse/rm-random-seed-rob…
Browse files Browse the repository at this point in the history
…ustness

Remove explicit random seed in robustness tests
  • Loading branch information
serathius authored Jan 24, 2025
2 parents b16b8dc + 43c6316 commit e289ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/robustness/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var (
)

func TestMain(m *testing.M) {
rand.Seed(time.Now().UnixNano())
testRunner.TestMain(m)
}

Expand Down

0 comments on commit e289ba3

Please sign in to comment.