From 4757e4905520f87222f878c84f066d780e72f32f Mon Sep 17 00:00:00 2001
From: eduardo-rodrigues <eduardo.rodrigues@cern.ch>
Date: Thu, 4 Oct 2018 12:47:52 +0200
Subject: [PATCH] Fix for
 testDaVinciTests/tests/qmtest/packing.qms/test_udstunpacking_stripping20.qmt

---
 .../DaVinci-uDSTUnpacking-Stripping20-Test.py | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/DaVinciTests/tests/options/Packing/DaVinci-uDSTUnpacking-Stripping20-Test.py b/DaVinciTests/tests/options/Packing/DaVinci-uDSTUnpacking-Stripping20-Test.py
index a7240dd01..47c92cc04 100755
--- a/DaVinciTests/tests/options/Packing/DaVinci-uDSTUnpacking-Stripping20-Test.py
+++ b/DaVinciTests/tests/options/Packing/DaVinci-uDSTUnpacking-Stripping20-Test.py
@@ -34,18 +34,18 @@ DaVinci().UserAlgorithms += [
                              DataObjectLocation = "/Event/Bhadron/Rec/Calo/Photons",
                              MaxVersion = 999,
                              OutputLevel = 3 ),
-    DataObjectVersionFilter( "CheckLiteTTClusters",
-                             DataObjectLocation = "/Event/Bhadron/Raw/TT/LiteClusters",
-                             MaxVersion = 999,
-                             OutputLevel = 3 ),
-    DataObjectVersionFilter( "CheckLiteITClusters",
-                             DataObjectLocation = "/Event/Bhadron/Raw/IT/LiteClusters",
-                             MaxVersion = 999,
-                             OutputLevel = 3 ),
-    DataObjectVersionFilter( "CheckLiteVeloClusters",
-                             DataObjectLocation = "/Event/Bhadron/Raw/Velo/LiteClusters",
-                             MaxVersion = 999,
-                             OutputLevel = 3 ),
+#    DataObjectVersionFilter( "CheckLiteTTClusters",
+#                             DataObjectLocation = "/Event/Bhadron/Raw/TT/LiteClusters",
+#                             MaxVersion = 999,
+#                             OutputLevel = 3 ),
+#    DataObjectVersionFilter( "CheckLiteITClusters",
+#                             DataObjectLocation = "/Event/Bhadron/Raw/IT/LiteClusters",
+#                             MaxVersion = 999,
+#                             OutputLevel = 3 ),
+#    DataObjectVersionFilter( "CheckLiteVeloClusters",
+#                             DataObjectLocation = "/Event/Bhadron/Raw/Velo/LiteClusters",
+#                             MaxVersion = 999,
+#                             OutputLevel = 3 ),
     DataObjectVersionFilter( "CheckBhadronKaons",
                              DataObjectLocation = "/Event/Bhadron/Phys/StdAllNoPIDsKaons/Particles",
                              MaxVersion = 999,
-- 
GitLab