Skip to content

TriggerMenuMT: do not dump config pickle in unit test

Frank Winklmeier requested to merge fwinkl/athena:tmmt_test into master

Writing the configuration pickle file is extremely slow. Since the test_HLTmenu unit test doesn't need this file, disable it. This cuts the test time in half.

Merge request reports