From c3e6d360b5215b030fe42212b0fd1d95932cf9c6 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Fri, 18 Jul 2025 12:52:57 +0200 Subject: [PATCH] Clarify the reason for postgres comment --- test_runner/regress/test_compute_profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_compute_profiling.py b/test_runner/regress/test_compute_profiling.py index a0de8593dc..18f49aeecb 100644 --- a/test_runner/regress/test_compute_profiling.py +++ b/test_runner/regress/test_compute_profiling.py @@ -18,7 +18,7 @@ if TYPE_CHECKING: from fixtures.neon_fixtures import NeonEnv LINUX_VERSION_REQUIRED = 6.0 -PG_REASON = "test doesn't use postgres" +PG_REASON = "test doesn't use postgres in a manner that requires any specific version" LINUX_REASON = f"test requires linux {LINUX_VERSION_REQUIRED} for ebpfs"