From 2ea9179650a3dab4949c8927bd441f003d79c032 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 1 Aug 2022 17:12:59 +0200 Subject: build: Exclude performance test if RTEMS_COVERAGE --- spec/build/testsuites/validation/performance-no-clock-0.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml index 5102bbb7e3..5c01930b9c 100644 --- a/spec/build/testsuites/validation/performance-no-clock-0.yml +++ b/spec/build/testsuites/validation/performance-no-clock-0.yml @@ -5,7 +5,8 @@ copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) cppflags: [] cxxflags: [] -enabled-by: true +enabled-by: + not: RTEMS_COVERAGE features: c cprogram includes: [] ldflags: [] -- cgit v1.2.3