Skip to content

Commit 499df11

Browse files
author
Konstantin Knizhnik
committed
Fix bug with using @skip_in_debug_build directive
1 parent b71c609 commit 499df11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_runner/regress/test_unlogged_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@pytest.mark.timeout(600)
15-
@skip_in_debug_build
15+
@skip_in_debug_build("only run with release build")
1616
def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
1717
"""
1818
Check for race conditions between end of unlogged build and backends

0 commit comments

Comments
 (0)