Disable java gssapi tests because of 7077640 and 7077646

This commit is contained in:
Love Hornquist Astrand
2011-09-25 20:24:26 +02:00
parent d9dc7c9761
commit f910d2174b

View File

@@ -106,6 +106,14 @@ java \
KerberosInit > output.tmp 2>&1 || { cat output.tmp ; exit 1; } KerberosInit > output.tmp 2>&1 || { cat output.tmp ; exit 1; }
# Disabled because of:
#
# http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7077646
# http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7077640
#
if false ; then
echo "start server" echo "start server"
java \ java \
-Dsun.security.krb5.debug=true \ -Dsun.security.krb5.debug=true \
@@ -130,6 +138,7 @@ sleep 5
kill ${javapid} kill ${javapid}
grep 'Exception in thread' output.tmp && exit 1 grep 'Exception in thread' output.tmp && exit 1
fi
echo "Done" echo "Done"