branch: elpa/pg
commit 7db902c20f406068a834e27ae145d7c296a63873
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Add workaround for OpenGauss variant
---
 test/test-pg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-pg.el b/test/test-pg.el
index 53790c5c602..c450c1dbd03 100755
--- a/test/test-pg.el
+++ b/test/test-pg.el
@@ -440,7 +440,7 @@
       (pgtest-add #'pg-test-notify
                   :skip-variants '(cratedb cockroachdb risingwave materialize 
greptimedb ydb questdb spanner vertica cedardb yellowbrick opengauss))
       (pgtest-add #'pg-test-lo
-                  :skip-variants '(cratedb cockroachdb risingwave materialize 
greptimedb ydb questdb spanner vertica greenplum cedardb yellowbrick))
+                  :skip-variants '(cratedb cockroachdb risingwave materialize 
greptimedb ydb questdb spanner vertica greenplum cedardb yellowbrick opengauss))
       (dolist (test (reverse tests))
         (message "== Running test %s" test)
         (condition-case err

Reply via email to