From dc2dd76d98e3fcdfde922812f793a1db1f1ca555 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 5 Sep 2023 18:34:36 +0800 Subject: [PATCH] Remove duplicated notify mail configuration on tests (#26912) Extract from #22266 Co-authored-by: Giteabot --- tests/mssql.ini.tmpl | 1 - tests/mysql.ini.tmpl | 1 - tests/pgsql.ini.tmpl | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/mssql.ini.tmpl b/tests/mssql.ini.tmpl index d4562586f6..3cd64ec5cb 100644 --- a/tests/mssql.ini.tmpl +++ b/tests/mssql.ini.tmpl @@ -64,7 +64,6 @@ FROM = mssql-{{TEST_TYPE}}-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false REGISTER_MANUAL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = false REQUIRE_SIGNIN_VIEW = false diff --git a/tests/mysql.ini.tmpl b/tests/mysql.ini.tmpl index 15a7a379f3..2f890e67eb 100644 --- a/tests/mysql.ini.tmpl +++ b/tests/mysql.ini.tmpl @@ -64,7 +64,6 @@ FROM = mysql-{{TEST_TYPE}}-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false REGISTER_MANUAL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = false REQUIRE_SIGNIN_VIEW = false diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index ee1373d71c..a1679cad6a 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -65,7 +65,6 @@ FROM = pgsql-{{TEST_TYPE}}-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false REGISTER_MANUAL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = false REQUIRE_SIGNIN_VIEW = false