From 13e33799e61aee843e0b59f8d24479d3efbe604c Mon Sep 17 00:00:00 2001
From: Sebastien Ponce <sebastien.ponce@cern.ch>
Date: Tue, 11 Mar 2025 11:57:25 +0100
Subject: [PATCH] fixing set of warnings ignored in
 test_hlt2_and_spruce_bandwidth

---
 Hlt/Hlt2Conf/tests/qmtest/test_hlt2_and_spruce_bandwidth.qmt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_and_spruce_bandwidth.qmt b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_and_spruce_bandwidth.qmt
index 76aed33b8f9..1d7168c51cd 100644
--- a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_and_spruce_bandwidth.qmt
+++ b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_and_spruce_bandwidth.qmt
@@ -27,6 +27,7 @@ _remove_known_warnings = remove_known_warnings + LineSkipper([
     "WARNING Lifetime fit did not converge. Aborting.",
     "WARNING Negative variance produced in lifetime fit iteration.",
     "WARNING Empty Buffers -- presumably DstData bank has no payload",
+    "WARNING Suppressing message: 'Empty Buffers -- presumably DstData bank has no payload'",
     "WARNING Suppressing message: 'Misordered channel'",
     "WARNING DstData raw bank seems to only contain a header, no other data",
     "WARNING No HltPackedData raw bank (the DstData bank) in raw event."
-- 
GitLab