Skip to content
Snippets Groups Projects
Commit 8bf38fd0 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'xAODRootAccess_AthSimulation_21.0' into '21.0'

Suppress xAODRootAccess unit tests which will not work in AthSimulation

See merge request atlas/athena!7323
parents 2a414893 3a2779e2
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,9 @@ macro( _add_test name )
endmacro( _add_test )
# Build/run unit tests for the package:
_add_test( ut_xaodrootaccess_metadata_test )
if( NOT SIMULATIONBASE )
_add_test( ut_xaodrootaccess_metadata_test )
endif()
_add_test( ut_xaodrootaccess_remap_test )
_add_test( ut_xaodrootaccess_slimming_test )
_add_test( ut_xaodrootaccess_stats_test )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment