From fbd668ee3d0ffa315800367d1ac244173ce847c2 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 31 Jul 2025 18:25:18 +0300 Subject: [PATCH] Update comment for test_runner/regress/test_unlogged_build.py --- test_runner/regress/test_unlogged_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_unlogged_build.py b/test_runner/regress/test_unlogged_build.py index 5aa055d644..2774a8caed 100644 --- a/test_runner/regress/test_unlogged_build.py +++ b/test_runner/regress/test_unlogged_build.py @@ -12,7 +12,7 @@ if TYPE_CHECKING: @pytest.mark.timeout(600) -@skip_in_debug_build("only run with release build") +@skip_in_debug_build("this test is slow so only run with release build") def test_unlogged_build(neon_env_builder: NeonEnvBuilder): """ Check for race conditions between end of unlogged build and backends