Log Message
Disable running tests on the MAC WK2 EWS queue.
Unreviewed.
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacWK2EWS):Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (147482 => 147483)
--- trunk/Tools/ChangeLog 2013-04-02 19:06:39 UTC (rev 147482)
+++ trunk/Tools/ChangeLog 2013-04-02 19:13:18 UTC (rev 147483)
@@ -1,3 +1,12 @@
+2013-04-02 Lucas Forschler <[email protected]>
+
+ Disable running tests on the MAC WK2 EWS queue.
+
+ Unreviewed.
+
+ * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+ (MacWK2EWS):
+
2013-04-02 Julie Parent <[email protected]>
Dashboard refactor: Move dashboard specific history related features to History.
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (147482 => 147483)
--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py 2013-04-02 19:06:39 UTC (rev 147482)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py 2013-04-02 19:13:18 UTC (rev 147483)
@@ -220,7 +220,6 @@
class MacWK2EWS(AbstractEarlyWarningSystem):
name = "mac-wk2-ews"
port_name = "mac-wk2"
- _default_run_tests = True
watchers = AbstractEarlyWarningSystem.watchers + [
"[email protected]",
]
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
