mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Ignore failure in upstream test jsonb_jsonpath
Until PG 17.1 is released. Currently shows a diff in PG 17.0 regression run as: ``` select jsonb_path_query_tz('"12:34:56"', '$.time_tz().string()'); jsonb_path_query_tz --------------------- - "12:34:56-07:00" + "12:34:56-08:00" ```
This commit is contained in:
parent
7c78fad964
commit
fc2805ecdf
@ -24,6 +24,7 @@ set(PG_IGNORE_TESTS
|
||||
amutils
|
||||
database
|
||||
event_trigger
|
||||
jsonb_jsonpath
|
||||
opr_sanity
|
||||
sanity_check
|
||||
type_sanity
|
||||
|
Loading…
x
Reference in New Issue
Block a user