From b80538f37d6142470efcadf9164a9c55d1888d41 Mon Sep 17 00:00:00 2001 From: KN4CK3R Date: Tue, 31 Jan 2023 14:56:22 +0100 Subject: [PATCH] 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 --- tests/mysql.ini.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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