From d15b7d0a028461410dfd0feb63b004030718a8b1 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 21 Nov 2017 14:50:19 +0100 Subject: [PATCH] RecJobTransformTests: Disable RecoTf_cosmic_data_2011 test. This has been failing for a long time. Was reported as ATR-14581 a year and a half ago. --- .../test/RecJobTransformTests_TestConfiguration.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Reconstruction/RecExample/RecJobTransformTests/test/RecJobTransformTests_TestConfiguration.xml b/Reconstruction/RecExample/RecJobTransformTests/test/RecJobTransformTests_TestConfiguration.xml index 325bd297faa..893140fad12 100755 --- a/Reconstruction/RecExample/RecJobTransformTests/test/RecJobTransformTests_TestConfiguration.xml +++ b/Reconstruction/RecExample/RecJobTransformTests/test/RecJobTransformTests_TestConfiguration.xml @@ -51,6 +51,7 @@ <!-- ++++++++++++++++++++++++++ Running on Cosmics Data +++++++++++++++++++++++++++++++++++++++++++++ --> <!-- XS: please update with new 2015 cosmics file: cosmics 2015 reconstruction --> + <!-- Disabled since this has been failing for a long time. See ATR-14581. <TEST name="RecoTf_cosmic_data_2011" type="script" suite="Reco_tf"> <options_atn> export TRF_ECHO=True; Reco_tf.py --inputBSFile /afs/cern.ch/atlas/project/rig/data/data11_cos.00193024.physics_CosmicCalo.merge.RAW/data11_cos.00193024.physics_CosmicCalo.merge.RAW._lb0096._SFO-ALL._0001.1 --maxEvents 10 --autoConfiguration everything --outputESDFile myESD.pool.root --outputAODFile myAOD.pool.root --outputHISTFile myHIST.root --preExec 'rec.doDetailedAuditor=True' 'rec.doNameAuditor=True' @@ -63,6 +64,7 @@ <returnValue>0</returnValue> </expectations> </TEST> + --> <!-- ++++++++++++++++++++++++++ Running on highmu Data +++++++++++++++++++++++++++++++++++++++++++++ --> -- GitLab