diff --git a/src/test/modules/worker_spi/t/002_worker_terminate.pl b/src/test/modules/worker_spi/t/002_worker_terminate.pl index 6d379435598..6db80ffec88 100644 --- a/src/test/modules/worker_spi/t/002_worker_terminate.pl +++ b/src/test/modules/worker_spi/t/002_worker_terminate.pl @@ -59,6 +59,11 @@ sub run_bgworker_interruptible_test my $node = PostgreSQL::Test::Cluster->new('mynode'); $node->init; +$node->append_conf( + "postgresql.conf", qq( +autovacuum = off +debug_parallel_query = off +)); $node->start; # Check if the extension injection_points is available, as it may be