diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index f18a05faa3c72949ccd03a84207ad8cfeade90eb..8cf8e1168edccc23c01d300d933840e938d0acf4 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -117,11 +117,11 @@ cat << EOF > ${CONFIG}
 }
 EOF
 
-root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
-if [[ "$?" -ne "0" ]] ; then
-  echo "ERROR running dis_electron script"
-  exit 1
-fi
+# root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${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