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:
Pallavi Sontakke 2024-11-06 18:17:42 +05:30 committed by GitHub
parent 7c78fad964
commit fc2805ecdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ set(PG_IGNORE_TESTS
amutils
database
event_trigger
jsonb_jsonpath
opr_sanity
sanity_check
type_sanity