diff options
| -rw-r--r-- | src/test/regress/parallel_schedule | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index 082b046331..114ef0d19e 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -74,7 +74,10 @@ ignore: random # ---------- # Another group of parallel tests # ---------- -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 prepared_xacts delete +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 + +# prepared_xacts cannot run in parallel of other tests involving 2PC +test: prepared_xacts # ---------- # Another group of parallel tests |
