From 9d4abe7a474ef5a13effe0e40a39b5677b2d7650 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Wed, 16 Jun 2021 10:38:09 +0200
Subject: [PATCH] Remove obsolete test

The test will always fail since the used classes were removed
from the code base.
---
 macro/beamtime/CMakeLists.txt | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/macro/beamtime/CMakeLists.txt b/macro/beamtime/CMakeLists.txt
index 0d82244998..f17f15d675 100644
--- a/macro/beamtime/CMakeLists.txt
+++ b/macro/beamtime/CMakeLists.txt
@@ -8,14 +8,6 @@ File(COPY ${CBMROOT_SOURCE_DIR}/macro/include/.rootrc DESTINATION ${CBMROOT_BINA
 # Define the number of events to run
 Set(NumEvents 2)
 
-If(EXISTS /lustre/cbm/prod/beamtime/2014/12/cosy/run106_production_sts3exttrig_0000.lmd)
-  # STS COSY December 2014 beamtime => LMD
-  GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/beamtime/tests/StsCosyDec14.C)
-  add_test(StsCosyDec14 ${CBMROOT_BINARY_DIR}/macro/beamtime/tests/StsCosyDec14.sh ${NumEvents} )
-  SET_TESTS_PROPERTIES(StsCosyDec14 PROPERTIES TIMEOUT "600")
-  SET_TESTS_PROPERTIES(StsCosyDec14 PROPERTIES PASS_REGULAR_EXPRESSION "Test Passed;All ok")
-EndIf()
-
 If(EXISTS ${CBMROOT_SOURCE_DIR}/input/hodoTop_source_1000ts_20160422.tsa)
   # STS Lab Setup => TSA
   GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/beamtime/tests/FHodoLabSetup.C)
-- 
GitLab