s4:selftest: skip samba4.rpc.backupkey for now
[kai/samba.git] / source4 / selftest / skip
index 2875acca877693fe70a4658829bc23cda8f057f9..d46ebc93d6a2913c0f2f68ab279517fb963609fa 100644 (file)
 #
 # If a testsuite is partially succeeding, please list the failing bits 
 # in the selftest/knownfail file rather than disabling the testsuite completely.
+# That way those tests that do succeed still get run and we will be notified
+# if a known failing test suddenly starts succeeding.
 #
 # If a testsuite is very slow, please add it to selftest/slow instead.
+# This way it will still get run in "make slowtest"
 #
-# Please add a comment for each testsuite you disable explaining why 
+# Please add a comment for each testsuite you disable explaining why
 # it is being skipped.
 raw.composite
 base.iometer
@@ -29,6 +32,7 @@ smb2.notify
 smb2.scan
 smb2.lease
 smb2.durable.open
+smb2.dir
 ntvfs.cifs.base.charset
 ntvfs.cifs.base.iometer
 ntvfs.cifs.base.casetable
@@ -46,26 +50,38 @@ rpc.remact                                                  # Not provided by Samba 4
 rpc.oxidresolve                                                # Not provided by Samba 4
 rpc.eventlog                                           # Not provided by Samba 4
 rpc.initshutdown                                       # Not provided by Samba 4
+rpc.spoolss                                            # Not provided by Samba 4
 rpc.svcctl                                                     # Not provided by Samba 4
 rpc.atsvc                                                      # Not provided by Samba 4
 rpc.frsapi                                                     # Not provided by Samba 4
 rpc.ntsvcs                                                     # Not provided by Samba 4
+rpc.dfs                                                                # Not provided by Samba 4
+rpc.lsa.forest                                                 # Not provided by Samba 4
 ^samba4.base.samba3.*                                          # Samba3-specific test
 ^samba4.ntvfs.cifs.base.samba3.*                               # Samba3-specific test
 ^samba4.raw.samba3.*                                           # Samba3-specific test
 ^samba4.ntvfs.cifs.raw.samba3.*                                        # Samba3-specific test
 samba4.ntvfs.cifs.raw.
 ^samba4.rpc..*samba3.*                                         # Samba3-specific test
-^samba4.net.domopen.*$                         # Hangs for some reason
-^samba4.net.api.become.dc.*$                   # Fails
+^samba4.samba-tool.domopen.*$                          # Hangs for some reason
 nss.test                                               # Fails
 raw.offline                    # Samba 4 doesn't have much offline support yet
 rpc.autoidl  # this one just generates a lot of noise, and is no longer useful
 samba4.rpc.countcalls # this is not useful now we have full IDL
 samba4.rap.scan # same thing here - we have docs now
+samba4.rap.printing # Not provided by Samba 4
+samba4.rap.sam # Not provided by Samba 4
 samba4.gensec.python # not finished
 bench # don't run benchmarks in our selftest
 trans2.scan # uses huge number of file descriptors
 base.scan.ioctl # bad idea in make test
 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
+base.winattr
+base.birthtime
+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 ...
+samba4.rpc.backupkey # skip until we have the server code