summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-07-31 11:31:43 +0200
committerStefan Metzmacher <metze@samba.org>2010-07-31 11:31:43 +0200
commit0b4247ef7a60e7fe419681919daa3b31cae7bc48 (patch)
tree119fe76ce26f277a89d20fa651e8421e17d547ef /source4
parent34692556bed72130acd2985cc734d74c8a57203e (diff)
downloadsamba-0b4247ef7a60e7fe419681919daa3b31cae7bc48.tar.gz
samba-0b4247ef7a60e7fe419681919daa3b31cae7bc48.tar.bz2
samba-0b4247ef7a60e7fe419681919daa3b31cae7bc48.zip
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
Diffstat (limited to 'source4')
-rw-r--r--source4/selftest/skip3
1 files changed, 3 insertions, 0 deletions
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 ...