From b0d89e5c053c109d0a8c6d933b824a535a76251d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 13 Oct 2011 22:43:41 +0200 Subject: 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 Autobuild-Date: Fri Oct 14 00:21:26 CEST 2011 on sn-devel-104 --- source4/selftest/knownfail | 1 - source4/selftest/skip | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest') 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 -- cgit