From 0b4247ef7a60e7fe419681919daa3b31cae7bc48 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 31 Jul 2010 11:31:43 +0200 Subject: s4:selftest: skip samba4.blackbox.ktpass for now as it's not portable ktutil might not be installed or from MIT. We should build a samba4ktutil and use that instead, until then we need to skip this test. metze --- source4/selftest/skip | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/selftest/skip') diff --git a/source4/selftest/skip b/source4/selftest/skip index 0e6820e2b0..a0cddd1533 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -73,3 +73,6 @@ base.scan.pipe_number # bad idea in make test base.secleak # no point on build farm base.delaywrite # This is randomly failing, depending on timing and filesystem features smb2.acls # new test which doesn't pass yet +# ktutil might not be installed or from mit... +# we should build a samba4ktutil and use that instead +samba4.blackbox.ktpass # this test isn't portable ... -- cgit