Index: /issm/trunk-jpl/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 25688)
+++ /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 25689)
@@ -107,5 +107,5 @@
 %Process Ids according to benchmarks{{{
 if strcmpi(benchmark,'nightly'),
-	test_ids=intersect(test_ids,union([1:999],[2001:2500]));
+	test_ids=intersect(test_ids,[1:999]);
 elseif strcmpi(benchmark,'validation'),
 	test_ids=intersect(test_ids,[1001:1999]);
Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 25688)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 25689)
@@ -114,5 +114,5 @@
     #Process Ids according to benchmarks {{{
     if benchmark == 'nightly':
-        test_ids = test_ids.intersection(set(range(1, 1000)).union(set(range(2001, 2500))))
+        test_ids = test_ids.intersection(set(range(1, 1000)))
     elif benchmark == 'validation':
         test_ids = test_ids.intersection(set(range(1001, 2000)))
