From 277287114679addc2ef26fbe6a82963f9cf1b196 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 May 2008 14:15:40 +0200 Subject: Fix samdb python test. (This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19) --- source4/samba4-skip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/samba4-skip') diff --git a/source4/samba4-skip b/source4/samba4-skip index ed547ba72db..7a6c54e9ec1 100644 --- a/source4/samba4-skip +++ b/source4/samba4-skip @@ -2,9 +2,10 @@ # should be skipped during "make test". # # Possible reasons for adding a testsuite here: -# * Tests functionality not implemented on the server side +# * Testsuite functionality not implemented on the server side # * Testsuite crashes during run # * Testsuite crashes server +# * Testsuite contains "flapping" tests (sometimes success, sometimes failure) # # If a testsuite is partially succeeding, please list the failing bits # in the samba4-knownfail file rather than disabling the testsuite completely. @@ -61,4 +62,4 @@ nss.test # Fails samba4.samba3sam.python # Conversion from EJS not yet finished raw.offline # Samba 4 doesn't have much offline support yet winreg* #Does not authenticate against the target server -^samba4.samdb.python #Not working yet +#^samba4.samdb.python #Not working yet -- cgit