Fix bug with using @skip_in_debug_build directive

This commit is contained in:
Konstantin Knizhnik
2025-07-28 21:01:19 +03:00
parent b71c609297
commit 499df1168c

View File

@@ -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