From 739edac0c426fc196d363cdaed1447e7edfba149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Thu, 4 Nov 2021 17:45:07 +0000 Subject: [PATCH] Revert "Merge branch 'f-skip-benchmark' into 'dev'" This reverts merge request !23 --- tests/test_misc.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/test_misc.py b/tests/test_misc.py index c054946..559bd99 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -224,16 +224,9 @@ def test_annotation(): 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(): assert admin.get_server_property( - "TRANSACTION_BENCHMARK_ENABLED") == "TRUE",\ - "Please activate the transaction benchmark with the server option "\ - "TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)" - + "TRANSACTION_BENCHMARK_ENABLED") == "TRUE", "Please activate the transaction benchmark with the server option TRANSACTION_BENCHMARK_ENABLED=TRUE (Restart of the server needed)" i = Info() assert (i.messages["Flags"]) is not None assert (i.messages["Counts"]) is not None -- GitLab