mdssvc: fix enforcement of "elasticsearch:max results"
[Samba.git] / selftest / skip.opath-required
blobc3a13f5ec6e6afbf2d16dbb9c53aebb21a6a47ab
1 # Opening O_RDONLY screws kernel oplocks which is not a problem
2 # as only Linux has kernel oplocks and as Linux has O_PATH, we
3 # don't need O_RDONLY in the first place.
4 ^samba3.smb2.kernel-oplocks.*
5 ^samba3.smbtorture_s3.plain.OPLOCK5.*
7 # These fail because become_root() doesn't work in make test
8 ^samba3.blackbox.dropbox.*
9 ^samba3.raw.samba3hide.*
11 # samba.tests.smb1posix.samba.tests.smb1posix.Smb1PosixTests.test_mknod
12 # creates a socket and posix stat() gives an error because opening the
13 # socket from filename_covert_dirfsp() returns ENXIO. With O_PATH
14 # available this works fine. So for now restrict testing posix
15 # extensions to environments where we have O_PATH around
16 ^samba.tests.smb1posix