summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-01 17:12:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-01 17:12:59 +0200
commit2ea9179650a3dab4949c8927bd441f003d79c032 (patch)
treeed568d031a8803330637dd65299eb2b6b7e31f38
parent03337dab21e961585d323a9974c8eea6106c803d (diff)
build: Exclude performance test if RTEMS_COVERAGEqual-59
-rw-r--r--spec/build/testsuites/validation/performance-no-clock-0.yml3
1 files changed, 2 insertions, 1 deletions
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: []