Skip to content

Commit 86325a7

Browse files
committed
roachtest: unblock rust-postgres test case fixed by #22463
A specific test case within the rust-postgres was blocklisted due to its reliance on CITEXT, which was recently implemented in #22463. This commit removes the blocklist entry to reflect the success. Closes #149973 Epic: none Release note: none
1 parent fcc68f2 commit 86325a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/roachtest/tests/rust_postgres_blocklist.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ var rustPostgresBlocklist = blocklist{
6161
"types.ltxtquery": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
6262
"types.ltxtquery_any": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/44657",
6363
"types.test_array_vec_params": "default int size (int4 vs int8) mismatch",
64-
"types.test_citext_params": "unsupported citext type alias - https://github.com/cockroachdb/cockroach/issues/22463",
6564
"types.test_hstore_params": "unsupported datatype - https://github.com/cockroachdb/cockroach/issues/41284",
6665
"types.test_i16_params": "default int size (int4 vs int8) mismatch",
6766
"types.test_i32_params": "default int size (int4 vs int8) mismatch",

0 commit comments

Comments
 (0)