[#375] Remove unable to process from logs analyzer
All checks were successful
DCO check / DCO (pull_request) Successful in 24s
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:
parent
f5e23584bf
commit
54d56a77d4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue