mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 17:05:36 +00:00
remove fixed seed for version util tests
This commit is contained in:
parent
b46df4d5dc
commit
137875513e
@ -18,14 +18,12 @@
|
||||
*/
|
||||
package org.elasticsearch.test.test;
|
||||
|
||||
import com.carrotsearch.randomizedtesting.annotations.Seed;
|
||||
import org.elasticsearch.Version;
|
||||
import org.elasticsearch.test.ElasticsearchTestCase;
|
||||
import org.elasticsearch.test.VersionUtils;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Seed("E619863BE07FF5CB")
|
||||
public class VersionUtilsTests extends ElasticsearchTestCase {
|
||||
|
||||
public void testAllVersionsSorted() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user