diff --git a/conda/moose/run_test.sh b/conda/moose/run_test.sh index c807d7703b2f..bb7296f6330d 100755 --- a/conda/moose/run_test.sh +++ b/conda/moose/run_test.sh @@ -6,7 +6,7 @@ if [[ $(uname) == 'Darwin' ]] && [[ $(uname -m) == 'x86_64' ]]; then fi # A list of module(s)/directories that we do not want to include for testing -NOT_RUNNABLE=(doc module_load combined geochemistry misc navier_stokes tensor_mechanics framework external_petsc_solver) +NOT_RUNNABLE=(doc module_load combined geochemistry misc navier_stokes tensor_mechanics framework external_petsc_solver reactor_tutorial) # Support older bash (like Darwin Intel) to build a list of possible modules we want to test cd ${CONDA_PREFIX}/moose/share/combined