Disable java gssapi tests because of 7077640 and 7077646
This commit is contained in:
@@ -106,6 +106,14 @@ java \
|
||||
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"
|
||||
java \
|
||||
-Dsun.security.krb5.debug=true \
|
||||
@@ -130,6 +138,7 @@ sleep 5
|
||||
kill ${javapid}
|
||||
|
||||
grep 'Exception in thread' output.tmp && exit 1
|
||||
fi
|
||||
|
||||
echo "Done"
|
||||
|
||||
|
Reference in New Issue
Block a user