Disable tests on the mac-ews while we sort out hte stability issues.
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 01:30:26 +0000 (01:30 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 01:30:26 +0000 (01:30 +0000)
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105952 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

index 14d5a76..520c74a 100644 (file)
@@ -1,3 +1,10 @@
+2012-01-25  Adam Barth  <abarth@webkit.org>
+
+        Disable tests on the mac-ews while we sort out hte stability issues.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (MacEWS):
+
 2012-01-23  Dirk Pranke  <dpranke@chromium.org>
 
         investigate use of 'mac' and 'win' as fully-specified port names for the apple ports
index 842bf0d..338149b 100644 (file)
@@ -207,4 +207,3 @@ class ChromiumMacEWS(AbstractChromiumEWS, AbstractCommitterOnlyEWS):
 class MacEWS(AbstractCommitterOnlyEWS):
     name = "mac-ews"
     port_name = "mac"
-    _run_tests = True