From: Arran Cudbard-Bell Date: Thu, 24 Jun 2021 01:22:20 +0000 (-0500) Subject: Disable imap tests temporarily X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5068d661b08cc12c186641d92382f8db2d2c87;p=thirdparty%2Ffreeradius-server.git Disable imap tests temporarily --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06887b8a716..04488caa0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -276,9 +276,6 @@ jobs: env: SMTP_TEST_SERVER: 127.0.0.1 SMTP_TEST_SERVER_PORT: 2525 - IMAP_TEST_SERVER: 127.0.0.1 - IMAP_TEST_SERVER_PORT: 1430 - IMAP_TEST_SERVER_SSL_PORT: 1431 SQL_MYSQL_TEST_SERVER: 127.0.0.1 SQL_POSTGRESQL_TEST_SERVER: 127.0.0.1 LDAP_TEST_SERVER: 127.0.0.1 @@ -288,6 +285,9 @@ jobs: REST_TEST_SERVER_SSL_PORT: 8443 # REDIS_TEST_SERVER: 127.0.0.1 # REDIS_IPPOOL_TEST_SERVER: 127.0.0.1 +# IMAP_TEST_SERVER: 127.0.0.1 +# IMAP_TEST_SERVER_PORT: 1430 +# IMAP_TEST_SERVER_SSL_PORT: 1431 # Includes hack to disable trunk tests on MacOS which are currently broken # Also, no detect_leaks support for ASAN