mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
9ac432d4bc
Post build & test running under python3 we now run with '--extra-python=/usr/bin/python2', these tests will get python2 appended to the test name so we need also to create new flapping*/* entries for these. We will keep the python3 versions in case we create some CI job(s) with PYTHON=python configure.developer --extra-python=/usr/bin/python3 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
getdcname | ||
kcc_verify_py3 | ||
README | ||
rfc2307 | ||
samba_tool_drs_showrepl | ||
samba_tool_visualize | ||
wbinfo | ||
whoami |
# 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 begining with '#' are ignored. # Please don't add tests to this README!