Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 25701)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 25702)
@@ -389,5 +389,7 @@
 # }}}
 
-#python tests
+# Python tests
+#
+# TODO: Figure out why "Running Python test for Rank $i" is printed twice for each CPU
 # {{{
 if [ $PYTHON_TEST -eq 1 ]; then
Index: /issm/trunk-jpl/jenkins/ross-debian_linux-dakota
===================================================================
--- /issm/trunk-jpl/jenkins/ross-debian_linux-dakota	(revision 25701)
+++ /issm/trunk-jpl/jenkins/ross-debian_linux-dakota	(revision 25702)
@@ -86,5 +86,6 @@
 # NOTE:
 # - Errors are large for tests 234, 418, and 420 under Python
+# - Excluding 2006 under Python until it can be debugged (PETSc crash)
 #
 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]"
-PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420"
+PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 2006"
Index: /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
===================================================================
--- /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth	(revision 25701)
+++ /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth	(revision 25702)
@@ -86,6 +86,6 @@
 #
 # NOTE:
-# - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
+# - Tests 2002, 2003, 2005, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
 #
-MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2021 2101]"
+MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2010 2021 2101]"
 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2010 2021 2101"
