diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-08 01:19:14 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-08 01:19:14 +0100 |
commit | b4f7a80c2d2bd6bd721bf94c8ea4ff8dc56eb8d7 (patch) | |
tree | f25006b00514a77c9c2ba2452a4f0cb332db9dc8 | |
parent | 066912ba806733587a1948235e8026107ac563a6 (diff) | |
download | samba-b4f7a80c2d2bd6bd721bf94c8ea4ff8dc56eb8d7.tar.gz samba-b4f7a80c2d2bd6bd721bf94c8ea4ff8dc56eb8d7.tar.bz2 samba-b4f7a80c2d2bd6bd721bf94c8ea4ff8dc56eb8d7.zip |
Skip offline tests.
(This used to be commit 3c71aae2a3e3de0e2372410dd363a7d6015174e6)
-rw-r--r-- | source4/samba4-knownfail | 1 | ||||
-rw-r--r-- | source4/samba4-skip | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba4-knownfail b/source4/samba4-knownfail index 6b2217c467..b1b2140fec 100644 --- a/source4/samba4-knownfail +++ b/source4/samba4-knownfail @@ -34,4 +34,3 @@ RPC-NETLOGON.*.GetTrustPasswords BASE-CHARSET.*.Testing partial surrogate .*NET-API-DELSHARE.* # DelShare isn't implemented yet RAP.*netservergetinfo -RAW-OFFLINE # Samba 4 doesn't have much offline support yet diff --git a/source4/samba4-skip b/source4/samba4-skip index 8ce9c4f9cc..b53f444c9c 100644 --- a/source4/samba4-skip +++ b/source4/samba4-skip @@ -50,3 +50,4 @@ RPC-FRSAPI # Not provided by Samba 4 WINBIND # FIXME: This should not be skipped NSS-TEST # Fails samba4.samba3sam.python # Conversion from EJS not yet finished +RAW-OFFLINE # Samba 4 doesn't have much offline support yet |