Skip to content
Snippets Groups Projects
Commit 1e721d77 authored by Duc Ta's avatar Duc Ta
Browse files

Merge branch 'DisableMuonPhaseIITests' into '24.0'

MuonPhaseII -- Remove unit tests

See merge request atlas/athena!69049
parents 5c0bfde6 041c470c
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,3 @@ atlas_add_component( MuonHitCsvDump
xAODMuonPrepData MuonStationGeoHelpersLib)
atlas_install_python_modules( python/*.py)
atlas_add_test( testCsvDumper
SCRIPT python -m MuonGeoModelTestR4.testSensitiveDetectors --nEvents 10 && python -m MuonHitCsvDump.csvHitDump -i myMuonSimTestStream.pool.root
PROPERTIES TIMEOUT 600
POST_EXEC_SCRIPT nopost.sh)
......@@ -14,8 +14,3 @@ atlas_add_component( xAODMuonTrkPrepDataCnv
MuonPrepRawData xAODMuonPrepData StoreGateLib)
atlas_install_python_modules( python/*.py)
atlas_add_test(xAODMuonTrkPrepDataCnv_PRDtest
SCRIPT test/testPRDConversion.py
PROPERTIES TIMEOUT 900
POST_EXEC_SCRIPT noerror.sh)
......@@ -14,17 +14,6 @@ atlas_add_component( MuonGeoModelTestR4
xAODTruth xAODMuonSimHit MuonStationGeoHelpersLib CxxUtils)
atlas_add_test( testR4Geometry
SCRIPT python -m MuonGeoModelTestR4.testGeoModel --chambers "BML1A3 T1E1A01" --noMM --noSTGC
PROPERTIES TIMEOUT 600
POST_EXEC_SCRIPT nopost.sh)
atlas_add_test( testR4SensitiveDetectors
SCRIPT python -m MuonGeoModelTestR4.testSensitiveDetectors --nEvents 10
PROPERTIES TIMEOUT 600
POST_EXEC_SCRIPT nopost.sh)
file(GLOB_RECURSE files "util/*.cxx")
foreach(_exeFile ${files})
get_filename_component(_theExec ${_exeFile} NAME_WE)
......
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