From 9e279a3c07c9264cce93dae658e1a357566a0102 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 3 Apr 2024 09:21:19 +0200 Subject: [PATCH] change(ci): temporarily skip failures in macOS tests --- .gitlab/ci/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index 5e8307530d..50598e9482 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -210,6 +210,7 @@ pytest_build_system_macos: tags: - macos_shell parallel: 3 + allow_failure: true # IDFCI-2107 build_docker: extends: