Skip to content
Snippets Groups Projects
Commit 739edac0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Revert "Merge branch 'f-skip-benchmark' into 'dev'"

This reverts merge request !23
parent f1b28c03
Branches
Tags
1 merge request!24Revert "Merge branch 'f-skip-benchmark' into 'dev'"
Pipeline #15647 failed
...@@ -224,16 +224,9 @@ def test_annotation(): ...@@ -224,16 +224,9 @@ def test_annotation():
assert rec.id == ann.id assert rec.id == ann.id
@mark.skipif(
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", "Please activate the transaction benchmark with the server option TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)"
"Please activate the transaction benchmark with the server option "\
"TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)"
i = Info() i = Info()
assert (i.messages["Flags"]) is not None assert (i.messages["Flags"]) is not None
assert (i.messages["Counts"]) is not None assert (i.messages["Counts"]) is not None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment