From 7bc7f7d920d536adde5833db93ebc32c92d2dd5e Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Tue, 5 Nov 2024 07:21:41 +0100
Subject: [PATCH] AthenaPoolExampleAlgorithms: Fix test failure on arm.

AthenaPoolExampleAlgorithms: Fix test failure on arm.

Another DEBUG message to ignore.
---
 .../AthenaPoolExampleAlgorithms/CMakeLists.txt                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
index 983dd6ec0155..7e8e823ed304 100644
--- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
+++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/CMakeLists.txt
@@ -44,7 +44,7 @@ endfunction( _add_test )
 
 # Test(s) in the package:
 # ---------------------------
-set( TEST_IGNORE_STR "Warning in <TFile::Init>: no StreamerInfo found|BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:|DEBUG.*ThinningCacheTool|DEBUG setAttribute|DEBUG Failed to find TTree:.*to set POOL property|DEBUG.*failed process POOL.*attributes.|metadataItemList|Creating branch for new dynamic|::getBranchInfo|Cache alignment" )
+set( TEST_IGNORE_STR "Warning in <TFile::Init>: no StreamerInfo found|BYTES_READ|READ_CALLS|DEBUG lookupPFN|DEBUG registered PFN|XMLCatalog +INFO|Found address:|DEBUG.*ThinningCacheTool|DEBUG setAttribute|DEBUG Failed to find TTree:.*to set POOL property|DEBUG.*failed process POOL.*attributes.|metadataItemList|Creating branch for new dynamic|::getBranchInfo|Cache alignment|DEBUG index_ref" )
 
 # Write 'Hits', with multistreamand
 _add_test( AthenaPoolExample_Write 
-- 
GitLab