diff --git a/pytest_tests/testsuites/special/test_frostfs_logs.py b/pytest_tests/testsuites/special/test_frostfs_logs.py index 8af9d513..dbcd3df9 100644 --- a/pytest_tests/testsuites/special/test_frostfs_logs.py +++ b/pytest_tests/testsuites/special/test_frostfs_logs.py @@ -38,7 +38,6 @@ class TestLogs: r"insufficient funds", r"insufficient amount of gas", r"cannot assign requested address", - r"\bunable to process\b", r"\bmaximum number of subscriptions is reached\b", ] issues_regex = "|".join(regexes)