Skip to content

Commit b2289da

Browse files
committed
disable g4_mt unit test
* reduce burden on CI since mode not relevant for production
1 parent 6ca0d88 commit b2289da

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

run/CMakeLists.txt

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -121,24 +121,25 @@ set_tests_properties(o2sim_G4
121121
set_property(TEST o2sim_G4 APPEND PROPERTY ENVIRONMENT ${G4ENV})
122122

123123
# # note that the MT is currently only supported in the non FairMQ version
124-
o2_add_test_command(NAME o2sim_G4_mt
125-
WORKING_DIRECTORY ${SIMTESTDIR}
126-
TIMEOUT 400
127-
COMMAND $<TARGET_FILE:${o2simSerialExecutable}>
128-
COMMAND_LINE_ARGS -n
129-
1
130-
-e
131-
TGeant4
132-
--isMT
133-
on
134-
-o
135-
o2simG4MT
136-
ENVIRONMENT "${SIMENV}"
137-
LABELS "g4;sim;long")
138-
set_tests_properties(o2sim_G4_mt
139-
PROPERTIES PASS_REGULAR_EXPRESSION
140-
"Macro finished succesfully")
141-
set_property(TEST o2sim_G4_mt APPEND PROPERTY ENVIRONMENT ${G4ENV})
124+
# # switched off
125+
# o2_add_test_command(NAME o2sim_G4_mt
126+
# WORKING_DIRECTORY ${SIMTESTDIR}
127+
# TIMEOUT 400
128+
# COMMAND $<TARGET_FILE:${o2simSerialExecutable}>
129+
# COMMAND_LINE_ARGS -n
130+
# 1
131+
# -e
132+
# TGeant4
133+
# --isMT
134+
# on
135+
# -o
136+
# o2simG4MT
137+
# ENVIRONMENT "${SIMENV}"
138+
# LABELS "g4;sim;long")
139+
#set_tests_properties(o2sim_G4_mt
140+
# PROPERTIES PASS_REGULAR_EXPRESSION
141+
# "Macro finished succesfully")
142+
#set_property(TEST o2sim_G4_mt APPEND PROPERTY ENVIRONMENT ${G4ENV})
142143

143144

144145
o2_add_test(CheckStackG4

0 commit comments

Comments
 (0)