From d26883757de4479fb839b0e8316b46b474cd84ff Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 15 May 2025 19:33:35 +0100 Subject: [PATCH] Add exclusion --- master/custom/workers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/master/custom/workers.py b/master/custom/workers.py index fcea1e27..f4286da7 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -186,6 +186,8 @@ def get_workers(settings): tags=['linux', 'unix', 'raspbian', 'debian', 'armv8', 'aarch64', 'arm'], parallel_tests=4, + # Tests fail with latin1 encoding + not_branches=['3.12'] ), cpw( name="kulikjak-solaris-sparcv9",