Skip to content

Commit

Permalink
only new mode lim check
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
  • Loading branch information
giggsoff committed Jul 28, 2023
1 parent dee1c36 commit 6cf206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lim/lim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cf206b

Please sign in to comment.