Skip to content
Snippets Groups Projects
Commit 160b11f3 authored by florian's avatar florian
Browse files

FIX: Add missing reason

parent 7e81ff03
No related branches found
No related tags found
1 merge request!23MAINT: skip benchmark test if server variable is disabled
Pipeline #15635 passed
...@@ -225,7 +225,9 @@ def test_annotation(): ...@@ -225,7 +225,9 @@ def test_annotation():
@mark.skipif( @mark.skipif(
admin.get_server_property("TRANSACTION_BENCHMARK_ENABLED") != "TRUE") admin.get_server_property("TRANSACTION_BENCHMARK_ENABLED") != "TRUE",
reason="Needs transaction benchmarks to be enabled in the server."
)
def test_info(): def test_info():
assert admin.get_server_property( assert admin.get_server_property(
"TRANSACTION_BENCHMARK_ENABLED") == "TRUE",\ "TRANSACTION_BENCHMARK_ENABLED") == "TRUE",\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment