From 0fb93b95c5cde1d0a0df566441bf067cec60177c Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Mon, 27 Nov 2023 08:21:35 +0200 Subject: [PATCH] revert forcing acroname reset --- unit-tests/run-unit-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/run-unit-tests.py b/unit-tests/run-unit-tests.py index c4783fe9e6..058587b0a8 100644 --- a/unit-tests/run-unit-tests.py +++ b/unit-tests/run-unit-tests.py @@ -91,7 +91,7 @@ def usage(): repeat = 1 forced_configurations = None no_reset = False -acroname_reset = True #False - TODO! set to false before merge, this is for testing purpose so we see the changes works on LibCI +acroname_reset = False skip_disconnected = False rslog = False only_live = False