changeset 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 6a1b7d28f2d4
children 2d759e68c8ca
files mx/sanitycheck.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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'],
 }