Skip to content

Commit a2f23f7

Browse files
authored
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
1 parent 4e0e6e8 commit a2f23f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/310_date_agg_per_day_of_week.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
setup:
33
- skip:
4-
version: " - 7.99.99" #TODO change this after backport
5-
reason: "not backported yet"
4+
version: " - 7.6.99"
5+
reason: "Start of the week Monday was enabled in a backport to 7.7 PR#50916"
66

77
- do:
88
indices.create:

0 commit comments

Comments
 (0)