diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 038d043d00e..745bd198b42 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -384,9 +384,6 @@ task: su postgres <<-EOF set -e ulimit -c unlimited - # Otherwise tests will fail on OpenBSD, due to inability to start enough - # processes. - ulimit -p 256 meson test $MTEST_ARGS --num-processes ${TEST_JOBS} EOF