diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/parallel_schedule | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index cf46fa33593..4df9d8503b9 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -121,7 +121,8 @@ test: plancache limit plpgsql copy2 temp domain rangefuncs prepare conversion tr # ---------- test: partition_join partition_prune reloptions hash_part indexing partition_aggregate partition_info tuplesort explain compression memoize stats -# event_trigger cannot run concurrently with any test that runs DDL +# event_trigger depends on create_am and cannot run concurrently with +# any test that runs DDL # oidjoins is read-only, though, and should run late for best coverage test: event_trigger oidjoins |