mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
659ec79245
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest) is not an error, so just combine the lists. This is being done because some folks trying to learn how our 'make test' works are having trouble following the distributed nature of the selftest system. Andrew Bartlett
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
# This file contains regexes matching tests that are very slow and
|
|
# should be skipped during a normal test run.
|
|
.*base.bench.holdcon.* # Slow
|
|
raw.bench.lookup # Slow
|
|
base.utable # Slow
|
|
base.smb # Slow
|
|
rpc.scanner # Slow
|
|
ntvfs.cifs.base.delaywrite # It's a slow test and having it on the proxy share is not needed
|
|
.*stress.* # Slow
|