From 499df1168cb72a850002cd1c972875859bb5bc82 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 28 Jul 2025 21:01:19 +0300 Subject: [PATCH] Fix bug with using @skip_in_debug_build directive --- 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 f25a4bcf97..c1d5c7ec66 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 +@skip_in_debug_build("only run with release build") def test_unlogged_build(neon_env_builder: NeonEnvBuilder): """ Check for race conditions between end of unlogged build and backends