test: removed @Seed

Original commit: elastic/x-pack-elasticsearch@aafc29f3b1
This commit is contained in:
Martijn van Groningen 2015-05-28 12:40:18 +02:00
parent 9643ec2c62
commit f66f460313
2 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
package org.elasticsearch.watcher.condition.compare;
import com.carrotsearch.randomizedtesting.annotations.Repeat;
import com.carrotsearch.randomizedtesting.annotations.Seed;
import org.elasticsearch.common.collect.ImmutableList;
import org.elasticsearch.common.collect.ImmutableMap;
import org.elasticsearch.common.joda.time.DateTime;
@ -31,7 +30,6 @@ import static org.hamcrest.Matchers.notNullValue;
/**
*/
@Seed("9E70A915296AA3F2:FAA20587D7DCA86B")
public class CompareConditionTests extends ElasticsearchTestCase {
@Test

View File

@ -5,7 +5,6 @@
*/
package org.elasticsearch.watcher.execution;
import com.carrotsearch.randomizedtesting.annotations.Seed;
import org.apache.lucene.util.LuceneTestCase.Slow;
import org.elasticsearch.common.joda.time.DateTime;
import org.elasticsearch.common.unit.TimeValue;
@ -54,7 +53,6 @@ import static org.elasticsearch.watcher.trigger.TriggerBuilders.schedule;
import static org.elasticsearch.watcher.trigger.schedule.Schedules.cron;
import static org.hamcrest.Matchers.*;
@Seed("8E31841F5876336B:1A23AE04C0480F1")
public class ManualExecutionTests extends AbstractWatcherIntegrationTests {
@Override