Skip to content

TrigHLTJetHypoUnitTests: Fix thread-safety checker warnings.

Disable thread-safety checking for tests used gtest. Otherwise we have (disabled by default) warnings about calls to unchecked code.

Merge request reports