From 899f4a1e77d53aa3eaa9dd69cf798932cee3b0df Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 9 Jul 2025 13:58:13 +0200 Subject: [PATCH] remove the duplicate log message --- test_runner/random_ops/test_random_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 788a3fd079..5c43b06bc5 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -186,7 +186,6 @@ class NeonBranch: preserve_under_name: str | None = None, ) -> dict[str, Any] | None: if not self.project.check_limit_branches(): - log.info("branch limit exceeded, skipping") return None endpoints = [ep for ep in self.endpoints.values() if ep.type == "read_only"] # Terminate all the benchmarks running to prevent errors. Errors in benchmark during pgbench are expected