Index: /issm/trunk-jpl/jenkins/pine_island-mac-dakota
===================================================================
--- /issm/trunk-jpl/jenkins/pine_island-mac-dakota	(revision 25703)
+++ /issm/trunk-jpl/jenkins/pine_island-mac-dakota	(revision 25704)
@@ -88,5 +88,6 @@
 # - See test417.py for why it is excluded
 # - Test 444 fails intermittently under Python with "IndexError: list index out of range"
+# - Excluding 2006 until it can be debugged (file I/O)
 #
-MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445]"
-PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
+MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445 2006]"
+PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445 2006"
Index: /issm/trunk-jpl/jenkins/pine_island-mac-solid_earth
===================================================================
--- /issm/trunk-jpl/jenkins/pine_island-mac-solid_earth	(revision 25703)
+++ /issm/trunk-jpl/jenkins/pine_island-mac-solid_earth	(revision 25704)
@@ -82,4 +82,7 @@
 # See documentation in test/NightlyRun/runme.* for more information.
 #
-MATLAB_NROPTIONS="'benchmark','slr'"
-PYTHON_NROPTIONS="--benchmark slr --exclude 2005"
+# NOTE:
+# - Excluding 2006 until it can be debugged (file I/O)
+#
+MATLAB_NROPTIONS="'benchmark','slr','exclude',[2006]"
+PYTHON_NROPTIONS="--benchmark slr --exclude 2005 2006"
Index: /issm/trunk-jpl/jenkins/ross-debian_linux-dakota
===================================================================
--- /issm/trunk-jpl/jenkins/ross-debian_linux-dakota	(revision 25703)
+++ /issm/trunk-jpl/jenkins/ross-debian_linux-dakota	(revision 25704)
@@ -86,6 +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)
+# - Excluding 2006 until it can be debugged (PETSc crash)
 #
-MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]"
+MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],exclude,[2006]"
 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 25703)
+++ /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth	(revision 25704)
@@ -87,5 +87,6 @@
 # NOTE:
 # - 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).
+# - Excluding 2006 until it can be debugged (PETSc crash)
 #
-MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2010 2021 2101]"
-PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2010 2021 2101"
+MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2006 2010 2021 2101]"
+PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2006 2010 2021 2101"
