diff options
author | wxiaoguang | 2023-02-03 01:39:38 +0800 |
---|---|---|
committer | GitHub | 2023-02-02 11:39:38 -0600 |
commit | ccb38512818dd3ee86f7960ed6cdf34754e4d09f (patch) | |
tree | 8ef9b1e7fd156cca49132429487622d670597698 /tests | |
parent | 368d43643f8f8ed1bfb1462d5cae586c90e93383 (diff) |
Add some comments for recent code (#22725)
When using the main branch, I found that some changed code didn't have
comments.
This PR adds some comments.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql.ini.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysql.ini.tmpl b/tests/mysql.ini.tmpl index b7ed98c34..1dd7bfab2 100644 --- a/tests/mysql.ini.tmpl +++ b/tests/mysql.ini.tmpl @@ -126,6 +126,7 @@ INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.h ENABLED = true [email.incoming] +; temporarily disabled because the incoming mail tests are flaky due to the IMAP server (during integration tests) couldn't be not ready in time sometimes. ENABLED = false HOST = smtpimap PORT = 993 |