branch: elpa/pg
commit 7da48bb4dd6360f25cd08c829201c27ec6c3a33d
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Tests: add workarounds for pgsqlite
---
test/test-pg.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/test-pg.el b/test/test-pg.el
index 14aaf2daaa0..f3ba62a594c 100755
--- a/test/test-pg.el
+++ b/test/test-pg.el
@@ -332,9 +332,9 @@
(pg-exec con "SET duckdb.force_execution = true"))
(when (eq 'orioledb (pgcon-server-variant con))
(pg-exec con "CREATE EXTENSION IF NOT EXISTS orioledb"))
- (unless (member (pgcon-server-variant con) '(clickhouse alloydb
risingwave stoolap))
+ (unless (member (pgcon-server-variant con) '(clickhouse alloydb
risingwave stoolap pgsqlite))
(pg-setup-postgis con))
- (unless (member (pgcon-server-variant con) '(clickhouse risingwave
stoolap arcadedb))
+ (unless (member (pgcon-server-variant con) '(clickhouse risingwave
stoolap arcadedb pgsqlite))
(pg-vector-setup con))
(pgtest-add #'pg-test-basic)
(pgtest-add #'pg-test-insert)