changeset 192:53970e50639e

disable internal tests on mozmill until we get a manifest
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Feb 2011 11:48:39 -0800
parents 7789fe9f8c30
children 44f829802442
files autobot/projects/mozmill/__init__.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py	Wed Feb 02 11:22:34 2011 -0800
+++ b/autobot/projects/mozmill/__init__.py	Wed Feb 02 11:48:39 2011 -0800
@@ -40,10 +40,10 @@
 
     # run the in-built tests
     # TODO: see if these actually work!
-    self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'),
-                                       '-t',
-                                       WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')],
-                              description='run mozmill internal tests'))
+#    self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'),
+#                                       '-t',
+#                                       WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')],
+#                              description='run mozmill internal tests'))
 
     # get the QA tests
     self.addStep(ShellCommand(command=['hg', 'clone', tests]))