Skip to content
Snippets Groups Projects
Commit b1313e06 authored by John Derek Chapman's avatar John Derek Chapman
Browse files

Disable xAODEventInfoAthenaPool_20.0.0.3 TP Converter test for AthGeneration project

Temporarily disable this test for the AthGeneration project until the geometry dependencies can be removed/hidden.
See AGENE-1870.
parent 1a7b4478
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,8 @@ if( NOT ATHENAPOOLUTILITIESTEST_FOUND ) ...@@ -27,5 +27,8 @@ if( NOT ATHENAPOOLUTILITIESTEST_FOUND )
endif() endif()
# Set up the T/P converter test(s). # Set up the T/P converter test(s).
run_tpcnv_legacy_test( xAODEventInfoAthenaPool_20.0.0.3 AOD-20.0.0.3-full if( NOT GENERATIONBASE )
REQUIRED_LIBRARIES xAODEventInfoAthenaPoolPoolCnv ) run_tpcnv_legacy_test( xAODEventInfoAthenaPool_20.0.0.3 AOD-20.0.0.3-full
REQUIRED_LIBRARIES xAODEventInfoAthenaPoolPoolCnv )
endif()
# TPCnv unit tests disabled for AthGeneration project due to a dependency on DetDescrCnvSvc
\ No newline at end of file
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