Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 748)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 749)
@@ -31,5 +31,5 @@
 
 		%check solution requested
-		if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))| strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
+		if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m	(revision 748)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m	(revision 749)
@@ -24,5 +24,5 @@
 
 		%check solution requested
-		if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))| strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
+		if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
