mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Remove TODO in a test for verifying start of the week (#50894)
The test should be run against 7.7 version at least, as this was only backported and released in that version relates SPI based implementation #48209 relates backport #50916
This commit is contained in:
parent
4e0e6e83e0
commit
a2f23f7ea0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 7.99.99" #TODO change this after backport
|
||||
reason: "not backported yet"
|
||||
version: " - 7.6.99"
|
||||
reason: "Start of the week Monday was enabled in a backport to 7.7 PR#50916"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue