diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-30 14:15:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-30 14:15:40 +0200 |
commit | 277287114679addc2ef26fbe6a82963f9cf1b196 (patch) | |
tree | 95d99cd3eb44ac1f91cfdafe6ddf478131990361 /source4/samba4-skip | |
parent | 2791fc9a5f8bc219e4de20c9b905b0f743aaf3ff (diff) | |
download | samba-277287114679addc2ef26fbe6a82963f9cf1b196.tar.gz samba-277287114679addc2ef26fbe6a82963f9cf1b196.tar.bz2 samba-277287114679addc2ef26fbe6a82963f9cf1b196.zip |
Fix samdb python test.
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)
Diffstat (limited to 'source4/samba4-skip')
-rw-r--r-- | source4/samba4-skip | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/samba4-skip b/source4/samba4-skip index ed547ba72d..7a6c54e9ec 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 |