mirror of https://github.com/apache/lucene.git
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:
parent
bebded0a7a
commit
1e0344cd30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue