diff --git a/Control/AthenaCommon/CMakeLists.txt b/Control/AthenaCommon/CMakeLists.txt index e0ffc081ed6bdbdd6e9df506095a7e29a084bad6..78473d52f91b8c68aa19b4b1d7498025de5bf097 100644 --- a/Control/AthenaCommon/CMakeLists.txt +++ b/Control/AthenaCommon/CMakeLists.txt @@ -29,8 +29,10 @@ atlas_add_test( AthAppMgrUnitTests SCRIPT test/test_AthAppMgrUnitTests.sh atlas_add_test( ConfigurableUnitTests SCRIPT test/test_ConfigurableUnitTests.sh PROPERTIES TIMEOUT 300 LOG_IGNORE_PATTERN "Warning in <TFile::Init>: no StreamerInfo found|^Ran .* tests in" ) -atlas_add_test( JobOptionsUnitTests SCRIPT test/test_JobOptionsUnitTests.sh - LOG_IGNORE_PATTERN "Warning in <TFile::Init>: no StreamerInfo found|^Ran .* tests in" ) +if (NOT XAOD_ANALYSIS) + atlas_add_test( JobOptionsUnitTests SCRIPT test/test_JobOptionsUnitTests.sh + LOG_IGNORE_PATTERN "Warning in <TFile::Init>: no StreamerInfo found|^Ran .* tests in" ) +endif() atlas_add_test( JobPropertiesUnitTests SCRIPT test/test_JobPropertiesUnitTests.sh LOG_IGNORE_PATTERN "Warning in <TFile::Init>: no StreamerInfo found|^Ran .* tests in" ) atlas_add_test( KeyStoreUnitTests SCRIPT test/test_KeyStoreUnitTests.sh