From a7079ecb7656e5168eb831141f78a16c31a662c1 Mon Sep 17 00:00:00 2001 From: Don Kendall Date: Fri, 19 Jun 2026 09:05:45 -0400 Subject: [PATCH] [FIX] checklog-odoo.cfg: ignore benign "Killing chrome" teardown warning Odoo's HttpCase browser teardown logs "Killing chrome descendants-or-self of N: M remaining" at WARNING level; under OCA_ENABLE_CHECKLOG_ODOO=1 this reds CI for any module shipping a tour test even when every tour and test passes (e.g. document_page_portal: 0 failed/71). The canonical oca-addons-repo-template and 29 other OCA repos already ignore this line; this repo's config predates that addition. Sync the one missing pattern. --- checklog-odoo.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/checklog-odoo.cfg b/checklog-odoo.cfg index 0b55b7bf663..4864958554b 100644 --- a/checklog-odoo.cfg +++ b/checklog-odoo.cfg @@ -1,3 +1,4 @@ [checklog-odoo] ignore= WARNING.* 0 failed, 0 error\(s\).* + WARNING .* Killing chrome descendants-or-self .*