diff --git a/test/k4FWCoreTest/options/TestEventCounter.py b/test/k4FWCoreTest/options/TestEventCounter.py index 96e93e12..e23b7b0b 100644 --- a/test/k4FWCoreTest/options/TestEventCounter.py +++ b/test/k4FWCoreTest/options/TestEventCounter.py @@ -52,7 +52,9 @@ TopAlg=[counter_1, counter_2], EvtSel="NONE", EvtMax=4, - ExtSvc=[whiteboard, "Gaudi::Monitoring::MessageSvcSink"], + # Add "MessageSvcSink" for a table at the end with a statistical summary of the counter data + # ExtSvc=[whiteboard, "Gaudi::Monitoring::MessageSvcSink"], + ExtSvc=[whiteboard], EventLoop=slimeventloopmgr, OutputLevel=INFO, )