1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/selftest/flapping.d
Stefan Metzmacher 237d9d0228 tests/ntacls: unblock failing gitlab pipelines because test_setntacl_forcenative
This expects PermissionError: [Errno 1] Operation not permitted,
but it seems that setxattr() for security.NTACL works on gitlab
runners without being root.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-05-10 00:26:35 +00:00
..
dnsserver CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnumRecords 2019-12-10 09:18:46 +00:00
getdcname netlogon: Forward GetDCNameEx2 to winbind via IRPC 2018-05-04 06:12:10 +02:00
gitlab-setxattr-security tests/ntacls: unblock failing gitlab pipelines because test_setntacl_forcenative 2024-05-10 00:26:35 +00:00
nbt_dgram selftest: Fix code spelling 2023-07-05 06:34:32 +00:00
README selftest: fix typos in README files 2021-03-01 03:50:35 +00:00
rfc2307 Mark rfc2307 test flapping 2018-01-12 22:42:22 +01:00
samba_tool_drs_showrepl samba_tool_showrepl_pull_summary_all_good is flapping 2018-07-05 04:01:26 +02:00
smb2_notify selftest: Correct name of flapping smb2.notify test 2019-04-08 03:09:42 +00:00
smb2-multichannel selftest/flapping: Mark smb2.multichannel.bugs.bug_15346(nt4_dc) flapping 2023-11-02 19:14:37 +00:00
wbinfo Mark wbinfo test flapping 2018-01-13 03:01:10 +01:00
whoami Mark whoami test flapping 2018-01-12 22:42:22 +01:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are that are flapping. In other
# words, they sometimes succeed and sometimes fail, depending on
# external factors.
#
# "make test" will not report failures or successes for tests listed here.
#
# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING
#
# It is much better to add known failing tests to 'knownfail', so the
# test system can warn when they actually start passing.
#
# Empty lines and lines beginning with '#' are ignored.
# Please don't add tests to this README!