Forgot to disable loading ClusterStation and Sequencer test cases since I moved them...
authorDiane Trout <diane@ghic.org>
Sat, 10 Jan 2015 00:35:57 +0000 (16:35 -0800)
committerDiane Trout <diane@ghic.org>
Sat, 10 Jan 2015 00:35:57 +0000 (16:35 -0800)
experiments/test_experiments.py

index f0c36104de1ec00376e2eaba4da1022c8229bddb..b28b434a7c7456d2a96d12c82fb5b1013f1d6792 100644 (file)
@@ -644,9 +644,7 @@ class TestSequencer(TestCase):
 def suite():
     from unittest import TestSuite, defaultTestLoader
     suite = TestSuite()
-    for testcase in [ClusterStationTestCases,
-                     SequencerTestCases,
-                     ExerimentsTestCases,
+    for testcase in [ExerimentsTestCases,
                      TestFileType,
                      TestEmailNotify,
                      TestSequencer]: