Title: [147166] trunk/Tools
Revision
147166
Author
[email protected]
Date
2013-03-28 15:01:32 -0700 (Thu, 28 Mar 2013)

Log Message

Disable running tests on Mac EWS until we can find a way to keep the queue at a reasonable length.

Unreviewed.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147165 => 147166)


--- trunk/Tools/ChangeLog	2013-03-28 21:58:19 UTC (rev 147165)
+++ trunk/Tools/ChangeLog	2013-03-28 22:01:32 UTC (rev 147166)
@@ -1,3 +1,12 @@
+2013-03-28  Lucas Forschler  <[email protected]>
+
+        Disable running tests on Mac EWS until we can find a way to keep the queue at a reasonable length.
+
+        Unreviewed.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (MacEWS):
+
 2013-03-28  Ryosuke Niwa  <[email protected]>
 
         Use the right OS name on Mac EWS instead of mac-future.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (147165 => 147166)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-28 21:58:19 UTC (rev 147165)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-28 22:01:32 UTC (rev 147166)
@@ -212,7 +212,6 @@
 class MacEWS(AbstractEarlyWarningSystem):
     name = "mac-ews"
     port_name = "mac"
-    _default_run_tests = True
     watchers = AbstractEarlyWarningSystem.watchers + [
         "[email protected]",
     ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to