diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index fa6758737..ef54f5900 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -113,9 +113,9 @@ ${context} --name-type=krb5-principal-name host/lucid.test.h5l.se@${R} || \ echo "plain (krb5 realmless)" ${context} --name-type=krb5-principal-name host/lucid.test.h5l.se || \ { exitcode=1 ; echo test failed; } -echo "dns canon on (long name)" -${context} --dns-canon host@lucid.test.h5l.se || \ - { exitcode=1 ; echo test failed; } +echo "dns canon on (long name) OFF, need dns_wrapper" +#${context} --dns-canon host@lucid.test.h5l.se || \ +# { exitcode=1 ; echo test failed; } echo "dns canon off (long name)" ${context} --no-dns-canon host@lucid.test.h5l.se || \ { exitcode=1 ; echo test failed; }