File tree 1 file changed +2
-6
lines changed
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
96
96
# ----------
97
97
# Another group of parallel tests (JSON related)
98
98
# ----------
99
- test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson sqljson_queryfuncs sqljson_jsontable
99
+ test: json_encoding jsonpath jsonpath_encoding jsonb_jsonpath sqljson
100
100
101
101
# ----------
102
102
# Another group of parallel tests
@@ -112,17 +112,13 @@ test: plancache rangefuncs prepare sequence polymorphism largeobject xml
112
112
# The stats test resets stats, so nothing else needing stats access can be in
113
113
# this group.
114
114
# ----------
115
- test: hash_part predicate
115
+ test: hash_part
116
116
117
117
# event_trigger depends on create_am and cannot run concurrently with
118
118
# any test that runs DDL
119
119
# oidjoins is read-only, though, and should run late for best coverage
120
120
test: oidjoins
121
121
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
-
126
122
# this test also uses event triggers, so likewise run it by itself
127
123
128
124
# 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