diff --git a/coin/instructions/cmake_regular_test_instructions.yaml b/coin/instructions/cmake_regular_test_instructions.yaml index cb24aae928b..4b21c47b72e 100644 --- a/coin/instructions/cmake_regular_test_instructions.yaml +++ b/coin/instructions/cmake_regular_test_instructions.yaml @@ -12,21 +12,4 @@ instructions: - type: ChangeDirectory directory: "{{.SourceDir}}_standalone_tests" - # Ignore CTest exit code for Tart configs, unless - # the module declares that it should be significant. - - type: Group - enable_if: - condition: and - conditions: - - condition: property - property: id - contains_value: tart - - condition: runtime - env_var: TART_SIGNIFICANT_TARGET_OSVERSIONS - not_contains_value: "{{.Env.TARGET_OSVERSION_COIN}}" - instructions: - - type: EnvironmentVariable - variableName: COIN_CTEST_IGNORE_EXIT_CODE - variableValue: "1" - - !include "{{qt/qtbase}}/cmake_run_ctest.yaml"