diff mx/sanitycheck.py @ 11533:86830ed062be

removed tradesoap from the gate - it's simply too unreliable
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Sep 2013 20:20:30 +0200
parents dc3c8df55905
children 01512eb1ae7b
line wrap: on
line diff
--- a/mx/sanitycheck.py	Thu Sep 05 16:32:41 2013 +0200
+++ b/mx/sanitycheck.py	Thu Sep 05 20:20:30 2013 +0200
@@ -77,7 +77,8 @@
     'sunflow':    [           'fastdebug', 'debug'],
     'tomcat':     ['product', 'fastdebug', 'debug'],
     'tradebeans': ['product', 'fastdebug', 'debug'],
-    'tradesoap':  ['product'],
+    # tradesoap is too unreliable for the gate, often crashing with "java.net.BindException: Address already in use"
+    'tradesoap':  [                               ],
     'xalan':      ['product', 'fastdebug', 'debug'],
 }