From: Arran Cudbard-Bell Date: Thu, 24 Jun 2021 02:13:30 +0000 (-0500) Subject: ...and the SMTP tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17b26deb9cdc92c09dd610fdc49451c15a6874a;p=thirdparty%2Ffreeradius-server.git ...and the SMTP tests --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04488caa0a1..57740548e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,8 +274,6 @@ jobs: make ci-test env: - SMTP_TEST_SERVER: 127.0.0.1 - SMTP_TEST_SERVER_PORT: 2525 SQL_MYSQL_TEST_SERVER: 127.0.0.1 SQL_POSTGRESQL_TEST_SERVER: 127.0.0.1 LDAP_TEST_SERVER: 127.0.0.1 @@ -283,6 +281,8 @@ jobs: REST_TEST_SERVER: 127.0.0.1 REST_TEST_SERVER_PORT: 8080 REST_TEST_SERVER_SSL_PORT: 8443 +# SMTP_TEST_SERVER: 127.0.0.1 +# SMTP_TEST_SERVER_PORT: 2525 # REDIS_TEST_SERVER: 127.0.0.1 # REDIS_IPPOOL_TEST_SERVER: 127.0.0.1 # IMAP_TEST_SERVER: 127.0.0.1