From e59f13abacdb303aa1454ac084eb2e29a9263e20 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 24 Aug 2023 11:48:06 +0200 Subject: [PATCH] Allow KVM tests to fail with warning due to the use of flaky/broken online services in those instrumentation tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 003dcda7e..5771a13a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -268,6 +268,7 @@ libs database schema: - if: $RUN_KVM_JOBS <<: *test-template <<: *kvm-connected-template + allow_failure: true # due to the use of flaky/broken online services in instrumentation tests kvm 23 default x86: <<: *test-template