diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-31 11:31:43 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-07-31 11:31:43 +0200 |
commit | 0b4247ef7a60e7fe419681919daa3b31cae7bc48 (patch) | |
tree | 119fe76ce26f277a89d20fa651e8421e17d547ef /source4/selftest/skip | |
parent | 34692556bed72130acd2985cc734d74c8a57203e (diff) | |
download | samba-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/selftest/skip')
-rw-r--r-- | source4/selftest/skip | 3 |
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 ... |