You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
general: update base image to Debian 12 ("Bookworm") (#3403)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
@ -59,6 +59,10 @@ function teardown_file() {
|
||||
}
|
||||
|
||||
@test "should authenticate with XOAUTH2" {
|
||||
# curl packaged in Debian 12 (and the latest release as of Jan 2024) broke XOAUTH2 support
|
||||
# https://github.com/docker-mailserver/docker-mailserver/pull/3403#issuecomment-1907100624
|
||||
skip 'unable to test XOAUTH mechanism due to bug since curl 7.80'
|
||||
|
||||
__should_login_successfully_with 'XOAUTH2'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user