From 387c7ba2d8ae4a0614a9719b89ddce72dbb5d8c4 Mon Sep 17 00:00:00 2001 From: Adrian Duesselberg Date: Thu, 29 Aug 2024 15:24:28 +0200 Subject: [PATCH] timeonaxis123 and candleplot/stack disabled --- graphics/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/CMakeLists.txt b/graphics/CMakeLists.txt index c8e3e09097..84b1d4208b 100644 --- a/graphics/CMakeLists.txt +++ b/graphics/CMakeLists.txt @@ -91,9 +91,9 @@ set(TEST_DESCRIPTIONS "multigraph a graphs" "scatter a graphs" "surfaces a graphs" - "timeonaxis a graphs" - "timeonaxis2 a graphs" - "timeonaxis3 a graphs" + #"timeonaxis a graphs" + #"timeonaxis2 a graphs" + #"timeonaxis3 a graphs" "waves a graphs" "zdemo a graphs" "zones a graphs" @@ -102,8 +102,8 @@ set(TEST_DESCRIPTIONS "NormalizeHistogram a hist" "ZoomHistogram a hist" "candledecay a hist" - "candleplot a hist" - "candleplotstack a hist" + #"candleplot a hist" + #"candleplotstack a hist" "candleplotwhiskers a hist" "candlescaled a hist" "fillhistosauto2p a hist"