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>
forgejo
KN4CK3R 1 year ago committed by GitHub
parent c14d3e80e8
commit b80538f37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save