diff --git a/Hlt/Hlt2Conf/tests/qmtest/monitoring.qms/test_hlt2_monitor.qmt b/Hlt/Hlt2Conf/tests/qmtest/monitoring.qms/test_hlt2_monitor.qmt index 5a9f4bf5708bc8f58c619731dc78107a8ae42191..a7d62ef993f3e8c2ad9ec8d63f7b514fa50e5a80 100644 --- a/Hlt/Hlt2Conf/tests/qmtest/monitoring.qms/test_hlt2_monitor.qmt +++ b/Hlt/Hlt2Conf/tests/qmtest/monitoring.qms/test_hlt2_monitor.qmt @@ -19,13 +19,8 @@ Test the HLT2 monitoring </set></argument> <argument name="use_temp_dir"><enumeral>true</enumeral></argument> <argument name="validator"><text> -from GaudiTesting.BaseTest import LineSkipper - -remove_known_warnings = LineSkipper(regexps=[ - "^HiveDataBrokerSvc WARNING non-reentrant algorithm:", - "^HltANNSvc WARNING key 0x[0-9a-fA-F]+ has an explicitly configured overrule" -]) - -countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, stdout=remove_known_warnings(stdout)) +from Moore.qmtest.exclusions import remove_known_warnings +countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, + stdout=remove_known_warnings(stdout)) </text></argument> </extension>