Mute Docs rollover index test snippet (#62045) (#62047)

For #62043
This commit is contained in:
David Kyle 2020-09-07 12:47:02 +01:00 committed by GitHub
parent 395538f508
commit dfd196cb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ POST /logs_write/_rollover <2>
}
}
--------------------------------------------------
// TEST[s/now/2016.10.31%7C%7C/]
// TEST[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/62043"]
<1> Creates an index named with today's date (e.g.) `logs-2016.10.31-1`
<2> Rolls over to a new index with today's date, e.g. `logs-2016.10.31-000002` if run immediately, or `logs-2016.11.01-000002` if run after 24 hours