move trigger tests to top-level x-pack test directory
Original commit: elastic/x-pack-elasticsearch@d29aeddae8
This commit is contained in:
parent
a7aa18aa17
commit
f9c214ac1c
|
@ -26,8 +26,6 @@ import java.util.List;
|
|||
import java.util.concurrent.CountDownLatch;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import static org.elasticsearch.xpack.trigger.schedule.Schedules.hourly;
|
||||
import static org.elasticsearch.xpack.trigger.schedule.Schedules.interval;
|
||||
import static org.hamcrest.Matchers.is;
|
||||
import static org.joda.time.DateTimeZone.UTC;
|
||||
|
Loading…
Reference in New Issue