diff --git a/pytest_tests/testsuites/special/test_logs.py b/pytest_tests/testsuites/special/test_logs.py index fa5faf6..1b70aa8 100644 --- a/pytest_tests/testsuites/special/test_logs.py +++ b/pytest_tests/testsuites/special/test_logs.py @@ -32,7 +32,7 @@ class TestLogs(ClusterTestBase): logs_dir = os.path.join(temp_directory, "logs") os.makedirs(logs_dir) # Using \b here because 'oom' and 'panic' can sometimes be found in OID or CID - issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds" + issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas" hosts_with_problems = [] for host in self.cluster.hosts: