diff options
author | Michael Adam <obnox@samba.org> | 2011-10-13 22:43:41 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-14 00:21:26 +0200 |
commit | b0d89e5c053c109d0a8c6d933b824a535a76251d (patch) | |
tree | 3a35addab3591e580097ccf975210fea723a1b29 /source4 | |
parent | 4602ede2eab81123837642bdd75cd8969c30cca9 (diff) | |
download | samba-b0d89e5c053c109d0a8c6d933b824a535a76251d.tar.gz samba-b0d89e5c053c109d0a8c6d933b824a535a76251d.tar.bz2 samba-b0d89e5c053c109d0a8c6d933b824a535a76251d.zip |
s4:selftest: flakey test samba4.drs.delete_object.python should go into skip
not knownfail, which will render it flakey again, just the other way round.
Thanks Jelmer for pointing that out...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Oct 14 00:21:26 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/selftest/knownfail | 1 | ||||
-rw-r--r-- | source4/selftest/skip | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 02e56b9a4a..ab1f8170c7 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -91,4 +91,3 @@ #^samba4.ldap.dirsync.python.dc..__main__.ExtendedDirsyncTests.* ^samba4.drs.fsmo.python ^samba4.libsmbclient.opendir.opendir # This requires netbios browsing -^samba4.drs.delete_object.python diff --git a/source4/selftest/skip b/source4/selftest/skip index acaa44f7bf..deb5cb74ae 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -79,3 +79,4 @@ bench # don't run benchmarks in our selftest ^samba4.drs.repl_schema.python # flakey test ^samba4.nbt.winsreplication # flakey test ^samba4.smb2.ioctl # snapshots not supported by default +^samba4.drs.delete_object.python # flakey test |