Skip to content

Commit

Permalink
CI: disable parallel with self test
Browse files Browse the repository at this point in the history
  • Loading branch information
soumagne committed Oct 19, 2023
1 parent fcd2346 commit 2f2b95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/unit/hg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function(add_mercury_test_comm_all test_name)
if(NOT ((${comm} STREQUAL "bmi") OR (${comm} STREQUAL "mpi")))
add_mercury_test_comm(${test_name} ${comm}
"${NA_${upper_comm}_TESTING_PROTOCOL}"
"${NA_TESTING_NO_BLOCK}" ${MERCURY_TESTING_ENABLE_PARALLEL} true false)
"${NA_TESTING_NO_BLOCK}" false true false)
endif()
# Scalable test
if(NOT APPLE)
Expand Down

0 comments on commit 2f2b95b

Please sign in to comment.