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