LUCENE-6240: ban @Seed in tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2015-02-11 19:21:06 +00:00
parent bebded0a7a
commit 1e0344cd30
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ java.util.Random#<init>() @ Use RandomizedRunner's random instead
# TODO: fix tests that do this!
#java.lang.System#currentTimeMillis() @ Don't depend on wall clock times
#java.lang.System#nanoTime() @ Don't depend on wall clock times
com.carrotsearch.randomizedtesting.annotations.Seed @ Don't commit hardcoded seeds