From 2e685e6a1f259a45549f93b6004ee681c757eed2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 1 Mar 2025 10:13:40 +0100 Subject: [PATCH] CI: disable python test on mac See #1937 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b47ae3c..893040f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,6 +121,9 @@ jobs: brew update brew install icu4c qt6 gettext pkg-config cpanminus boost argon2 swig - run: source .github/build.sh + env: + # https://github.com/znc/znc/issues/1937 + GTEST_FILTER: "-*Modpython*" - uses: codecov/codecov-action@v4 docker: