Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/test-e2e-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ SKIP_TESTS=(
"46_connection_limit_startup_validation"
"47_http_dsl_disabled"
"48_http_allow_all"
# Needs the "reconcile" phase GUCs (reconcile_interval=2, retention_days=0)
# so a pass acts within the 30s test window. The single fixed-config Docker
# container keeps the production defaults (reconcile_interval=3600,
# retention_days=30), under which the orphan is never reclaimed in time.
"54_reconcile_orphans"
)

# Defaults
Expand Down
Loading