[#375] Remove unable to process from logs analyzer
All checks were successful
DCO check / DCO (pull_request) Successful in 24s

Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2025-04-01 20:06:18 +03:00
parent f5e23584bf
commit 54d56a77d4

View file

@ -38,7 +38,6 @@ class TestLogs:
r"insufficient funds", r"insufficient funds",
r"insufficient amount of gas", r"insufficient amount of gas",
r"cannot assign requested address", r"cannot assign requested address",
r"\bunable to process\b",
r"\bmaximum number of subscriptions is reached\b", r"\bmaximum number of subscriptions is reached\b",
] ]
issues_regex = "|".join(regexes) issues_regex = "|".join(regexes)