Hello Achim,
I'm the Debian maintainer of GSSAPI and recently recieved a bug report
for that package:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367377
The submitter complains that the modules tests will fail while being
offline, as some of them require network access.
I'd like to keep running the tests at build time and consider SKIPing
some of the tests in the Debian package as a bit unclean. Therefor I'd
like to ask you to integrate a clean solution for the problem in your
modules test suite.
I'd suggest to either skip all tests that require networking unless some
condition is met, for example if $ENV{TEST_ONLINE} is set, or to be
smarter and try to detect if a network connection is available when
running the test suite.
TIA,
Flo