mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 20:07:41 +00:00
CTS: don't force all-once (breaks random tests)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
1db961d6ad
commit
f33ea3be2b
@ -133,7 +133,7 @@ class CoroLabEnvironment(CtsLab):
|
||||
self["valgrind-tests"] = 0
|
||||
self["unsafe-tests"] = 0
|
||||
self["loop-tests"] = 0
|
||||
self["all-once"] = 1
|
||||
self["all-once"] = 0
|
||||
self["LogWatcher"] = "remote"
|
||||
self["SyslogFacility"] = DefaultFacility
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user