1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

selftest: also skip raw.search as it also spins

Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andrew Bartlett 2013-01-13 13:03:13 +11:00 committed by Stefan Metzmacher
parent 316fd085ad
commit b40d134bc1

View File

@ -107,3 +107,4 @@ bench # don't run benchmarks in our selftest
^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use
^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use
base.dir2 # This test spins on modern ext4, so we have to skip it
raw.search # This test spins on modern ext4, so we have to skip it