Skip to content

Commit d4eb41d

Browse files
authored
Disable GEANT3 simulation CI test on Macs (#12520)
This test is broken on recent MacOS/Xcode versions.
1 parent b9756f4 commit d4eb41d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ o2_add_test(CheckStackG4
230230
set_tests_properties(o2sim_checksimkinematics_G4
231231
PROPERTIES FIXTURES_REQUIRED G4)
232232

233+
# GEANT3 simulation fails on Macs and it's barely used any more, so disable it.
234+
if(NOT APPLE)
233235
o2_add_test_command(NAME o2sim_G3
234236
WORKING_DIRECTORY ${SIMTESTDIR}
235237
COMMAND $<TARGET_FILE:${o2simExecutable}>
@@ -306,6 +308,7 @@ o2_add_test_command(NAME o2sim_G3_checklogs
306308

307309
set_tests_properties(o2sim_G3_checklogs
308310
PROPERTIES FIXTURES_REQUIRED G3)
311+
endif()
309312

310313
# somewhat analyse the logfiles as another means to detect problems
311314
o2_add_test_command(NAME o2sim_G4_checklogs

0 commit comments

Comments
 (0)