Skip to content

Fix MuonDataDecodeTests

Rupert Tombs requested to merge rtombs/athena:fixmuondecode into master

Tests MuonConfig_MuonDataDecodeTest_ctest and MuonConfig_MuonDataDecodeTest_Cache_ctest currently fail in the nightly.

Failure is due to difference of their logs from reference files.

The only difference is an info log "The Muon Geometry version is " << m_muonMgr->geometryVersion() which was removed in !36433 (merged).

Remove that line from both reference files.

Edited by Rupert Tombs

Merge request reports