diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py index 8ce025e3b8182f699158a790223df996105eecc4..54844e6f091ebaf10f3be885f7b9b12b3a030603 100644 --- a/Hlt/Moore/python/Moore/qmtest/exclusions.py +++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py @@ -81,6 +81,8 @@ remove_known_warnings = ( r".*Monitoring_Hlt1KsLine_InclKsKs.*WARNING.*Too many composites. Stopping the combination.*", # Warning due to Kalman fit observed in Allen!1444, to be resolved by Rec!3663 r"TrackBestTrackCreator_.*WARNING Kalman fit error, check debug level", + r"HltANNSvc.*WARNING key 0x[0-9a-f]+ has been found in FSR -- using that.*", + r"HltANNSvc.*WARNING ignoring key 0x[0-9a-f]+ from FSR because an explicit Overrule has been configured -- .*", ], ) + ignore_missing_hepmc_dicts