File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ test: select_views portals_p2 dependency guc bitmapops xmlmap functional_deps ad
9696# ----------
9797# Another group of parallel tests (JSON related)
9898# ----------
99- test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson sqljson_queryfuncs sqljson_jsontable
99+ test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson
100100
101101# ----------
102102# Another group of parallel tests
@@ -112,17 +112,13 @@ test: plancache rangefuncs prepare sequence polymorphism largeobject xml
112112# The stats test resets stats, so nothing else needing stats access can be in
113113# this group.
114114# ----------
115- test: hash_part predicate
115+ test: hash_part
116116
117117# event_trigger depends on create_am and cannot run concurrently with
118118# any test that runs DDL
119119# oidjoins is read-only, though, and should run late for best coverage
120120test: oidjoins
121121
122- # event_trigger_login cannot run concurrently with any other tests because
123- # on-login event handling could catch connection of a concurrent test.
124- test: event_trigger_login
125-
126122# this test also uses event triggers, so likewise run it by itself
127123
128124# run tablespace test at the end because it drops the tablespace created during
You can’t perform that action at this time.
0 commit comments