@@ -79,7 +79,7 @@ ignore: random
79
79
# ----------
80
80
# Another group of parallel tests
81
81
# ----------
82
- test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespaceprepared_xacts delete
82
+ test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespace delete
83
83
84
84
# ----------
85
85
# Another group of parallel tests
@@ -103,7 +103,10 @@ test: select_views portals_p2 foreign_key cluster dependency guc bitmapops combo
103
103
# NB: temp.sql does a reconnect which transiently uses 2 connections,
104
104
# so keep this parallel group to at most 19 tests
105
105
# ----------
106
- test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml
106
+ test: plancache limit plpgsql temp domain rangefuncs prepare conversion truncate alter_table sequence polymorphism returning with xml
107
+
108
+ # multimaster
109
+ ignore: copy2 without_oid rowtypes largeobject
107
110
108
111
# event triggers cannot run concurrently with any test that runs DDL
109
112
test: event_trigger