Skip to content

Commit

Permalink
Revert "Reenable autovacuum in CI"
Browse files Browse the repository at this point in the history
This reverts commit 3130daa.

We will stabilize the CI after this commit in the main branch, for now
it's preventing the release by making the tests too flaky.
  • Loading branch information
akuzm committed Nov 6, 2024
1 parent 7aac7d2 commit 84dda21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/postgresql.conf.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: any changes here require changes to tsl/test/postgresql.conf. Its prefix
# must be the same as this file.

autovacuum=true
autovacuum=false
datestyle='Postgres, MDY'
hba_file='@TEST_PG_HBA_FILE@'
log_destination='@TEST_PG_LOG_DESTINATION@'
Expand Down
2 changes: 1 addition & 1 deletion tsl/test/postgresql.conf.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This section has to be equivalent to test/postgresql.conf

autovacuum=true
autovacuum=false
datestyle='Postgres, MDY'
hba_file='@TEST_PG_HBA_FILE@'
log_destination='@TEST_PG_LOG_DESTINATION@'
Expand Down

0 comments on commit 84dda21

Please sign in to comment.