diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-01-31 14:56:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 14:56:22 +0100 |
commit | b80538f37d6142470efcadf9164a9c55d1888d41 (patch) | |
tree | f05d0e25457c3103cf0bc8abcf23f22e5d3990c1 /tests | |
parent | c14d3e80e8f4243768eef8af6a6fa9df9ea5fedd (diff) | |
download | gitea-b80538f37d6142470efcadf9164a9c55d1888d41.tar.gz gitea-b80538f37d6142470efcadf9164a9c55d1888d41.zip |
Disable test for incoming email (#22686)
Disable this test for the moment because the used imap container image
seems unstable which results in many failed CI builds.
Co-authored-by: Jason Song <i@wolfogre.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql.ini.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql.ini.tmpl b/tests/mysql.ini.tmpl index 44914d0879..b7ed98c34e 100644 --- a/tests/mysql.ini.tmpl +++ b/tests/mysql.ini.tmpl @@ -126,7 +126,7 @@ INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.h ENABLED = true [email.incoming] -ENABLED = true +ENABLED = false HOST = smtpimap PORT = 993 USERNAME = debug@localdomain.test |