[TEST] Fix ack watch test to not trigger while test is running.

Original commit: elastic/x-pack-elasticsearch@d0261b355d
This commit is contained in:
Brian Murphy 2015-05-04 16:19:41 -04:00
parent b0fd2f9f59
commit 2ff8e2fb4e

View File

@ -9,12 +9,8 @@
id: "my_watch"
body: >
{
"trigger": {
"schedule": {
"hourly": {
"minute": [ 0, 5 ]
}
}
"trigger" : {
"schedule" : { "cron" : "0 0 0 1 * ? 2099" }
},
"input": {
"simple": {