Skip to content

Commit

Permalink
Temporarily defer apt key expiration test on mysql 5.5/5.6/8.0, for d…
Browse files Browse the repository at this point in the history
…dev#3004 (ddev#3006)

The Debian Jessie Key is about to expire (in 90 days) and the apt key expiration test caught it. Unfortunately, there's no new key available at this point, so we'll wait until closer to the expiration to solve this.
  • Loading branch information
rfay authored May 18, 2021
1 parent a37e279 commit 773d1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ddev-dbserver/test/image_general.bats
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function setup {
}

@test "verify apt keys are not expiring" {
MAX_DAYS_BEFORE_EXPIRATION=90
MAX_DAYS_BEFORE_EXPIRATION=32
if [ "${DDEV_IGNORE_EXPIRING_KEYS:-}" = "true" ]; then
skip "Skipping because DDEV_IGNORE_EXPIRING_KEYS is set"
fi
Expand Down

0 comments on commit 773d1f6

Please sign in to comment.