From 8761208aefe86b4e07c66bfedbd1a282ee15e7d3 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Tue, 16 Nov 2021 13:49:22 +0200 Subject: [PATCH] Gate bic tests behind a manual feature Bic tests do not work due to bic tests being broken. A feature enables easier testing of the bic tests. Change-Id: I15b400ee8f0f877ac2c6c71fc50d51c5e11b330d (cherry picked from commit 31910cbc09ff219b332aac94afe78c99d34274b3) Reviewed-by: Fabian Kosmale --- coin/instructions/cmake_run_ctest_enforce_exit_code.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml index 04cbab53f6..fecf283905 100644 --- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml +++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml @@ -98,3 +98,6 @@ instructions: - condition: property property: target.os equals_value: Linux + - condition: property + property: features + contains_value: EnableBicTests