diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 7bf792f881b0280f7cc0b8c16601889c4d72f11d..4199be59efedcf4235350c13374428c87f6a6a6b 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -116,11 +116,11 @@ cat << EOF > ${CONFIG}
 }
 EOF
 
-root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+g(\"${CONFIG}\")"
-if [[ "$?" -ne "0" ]] ; then
-  echo "ERROR running dis_electron script"
-  exit 1
-fi
+# root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+g(\"${CONFIG}\")"
+# if [[ "$?" -ne "0" ]] ; then
+#   echo "ERROR running dis_electron script"
+#   exit 1
+# fi
 
 python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS}
 if [[ "$?" -ne "0" ]] ; then