From 6cf206bfc8ac07abe75aa76351a81babb1792442 Mon Sep 17 00:00:00 2001 From: Petr Fedchenkov Date: Fri, 28 Jul 2023 19:38:42 +0300 Subject: [PATCH] only new mode lim check Signed-off-by: Petr Fedchenkov --- tests/lim/lim_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lim/lim_test.go b/tests/lim/lim_test.go index 1ff6fc972..d9c376457 100644 --- a/tests/lim/lim_test.go +++ b/tests/lim/lim_test.go @@ -140,7 +140,7 @@ func TestMain(m *testing.M) { tc.AddNode(edgeNode) } - tc.StartTrackingState(false) + tc.StartTrackingState(true) // we now have a situation where TestContext has enough EVE nodes known // for the rest of the tests to run. So run them: