Skip to content

Commit 9a26c2f

Browse files
committed
roachtest: update rust_postgres test for LTREE
Two tests are passing now that support for LTREE was added. Release note: None
1 parent a491fd9 commit 9a26c2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/roachtest/tests/rust_postgres_blocklist.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ var rustPostgresBlocklist = blocklist{
5656
"types.enum_": "experimental feature - https://github.com/cockroachdb/cockroach/issues/46260",
5757
"types.lquery": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
5858
"types.lquery_any": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
59-
"types.ltree": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
60-
"types.ltree_any": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
6159
"types.ltxtquery": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
6260
"types.ltxtquery_any": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
6361
"types.test_array_vec_params": "default int size (int4 vs int8) mismatch",

0 commit comments

Comments
 (0)