Skip to content

Commit ac72d92

Browse files
authored
Fix date convert test (#127453) (#127457)
1 parent 6717531 commit ac72d92

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/date.csv-spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ birth_date:date |bd:date
200200
1964-06-02T00:00:00.000Z|1964-06-02T00:00:00.000Z
201201
;
202202

203-
convert with zones
203+
convert with zones#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
204204
ROW str = "2025-04-11T05:00:00+0400"
205205
| EVAL dt = TO_DATETIME(str);
206206

@@ -216,7 +216,7 @@ dt:datetime | bool:boolean
216216
2025-04-11T01:00:00.000Z | true
217217
;
218218

219-
convert no zone
219+
convert no zone#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
220220
ROW str = "2025-04-11T05:00:00.000"
221221
| EVAL dt = TO_DATETIME(str);
222222

0 commit comments

Comments
 (0)