Skip to content

Commit

Permalink
Disable test for incoming email (#22686)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
KN4CK3R and wolfogre authored Jan 31, 2023
1 parent c14d3e8 commit b80538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mysql.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80538f

Please sign in to comment.