From 032f0301689a5ed01b0716df407ae7ec9fe25aa5 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:43:56 +1300 Subject: [PATCH] tests: `mail_with_oauth2.bats` - Disable XOAUTH2 test-case Should be ok for the most part, `OAUTHBEARER` is roughly equivalent in coverage. --- test/tests/serial/mail_with_oauth2.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tests/serial/mail_with_oauth2.bats b/test/tests/serial/mail_with_oauth2.bats index 9b4d12fe..8da87980 100644 --- a/test/tests/serial/mail_with_oauth2.bats +++ b/test/tests/serial/mail_with_oauth2.bats @@ -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' }