Index: /issm/trunk-jpl/jenkins/pine_island-mac-dakota
===================================================================
--- /issm/trunk-jpl/jenkins/pine_island-mac-dakota	(revision 25175)
+++ /issm/trunk-jpl/jenkins/pine_island-mac-dakota	(revision 25176)
@@ -81,5 +81,6 @@
 # - Errors are large for tests 234 418 and 420 under Python
 # - See test417.py for why it is excluded
+# - Test 444 fails intermittently under Python with "IndexError: list index out of range"
 #
 MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]"
-PYTHON_NROPTIONS="--exclude 234 417 418 420 --include_name 'Dakota'"
+PYTHON_NROPTIONS="--exclude 234 417 418 420 444 --include_name 'Dakota'"
Index: /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh	(revision 25175)
+++ /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh	(revision 25176)
@@ -7,5 +7,5 @@
 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
 PACKAGE="ISSM" # Name of directory to copy distributable files to
-PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420" # Exclude any tests with transient solutions that require a restart
+PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444" # Exclude any tests with transient solutions that require a restart
 TARBALL_NAME="issm-mac-with_dakota"
 TARBALL="${TARBALL_NAME}.tar.gz"
Index: /issm/trunk-jpl/test/NightlyRun/test444.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test444.m	(revision 25175)
+++ /issm/trunk-jpl/test/NightlyRun/test444.m	(revision 25176)
@@ -2,5 +2,6 @@
 
 % TODO:
-% - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
+% - Figure out why test fails intermittently on Mac with "Index exceeds array 
+% bounds."
 %
 
Index: /issm/trunk-jpl/test/NightlyRun/test444.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test444.py	(revision 25175)
+++ /issm/trunk-jpl/test/NightlyRun/test444.py	(revision 25176)
@@ -1,3 +1,9 @@
 #Test Name: SquareShelfTranForceNeg2dDakotaLocal
+
+# TODO:
+# - Figure out why test fails intermittently on Mac with "IndexError: list 
+# index out of range"
+#
+
 import numpy as np
 from model import *
Index: /issm/trunk-jpl/test/NightlyRun/test445.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test445.m	(revision 25175)
+++ /issm/trunk-jpl/test/NightlyRun/test445.m	(revision 25176)
@@ -2,5 +2,6 @@
 
 % TODO:
-% - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
+% - Figure out why test fails intermittently on Mac with "Index exceeds array 
+% bounds."
 %
 
