Index: sm/trunk-jpl/test/NightlyRun/test134.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test134.m	(revision 26516)
+++ 	(revision )
@@ -1,15 +1,0 @@
-%Test Name: SquareShelfConstrainedSampling
-md=triangle(model(),'../Exp/Square.exp',150000.);
-md=setmask(md,'all','');
-md=parameterize(md,'../Par/SquareShelfConstrained.par');
-md = md.sampling.setparameters(md,2e5,1);
-md.sampling.seed = 100;
-md.cluster=generic('name',oshostname(),'np',1);
-md=solve(md,'smp');
-
-%Fields and tolerances to track changes
-field_names     ={'Sample'};
-field_tolerances={1e-13};
-field_values={...
-	(md.results.SamplingSolution.Sample),...
-	};
