From f5129f5111e3f9645a1c43351c757bdb535cde18 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 28 Dec 2023 10:19:05 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_4524_test.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch --- tests/bugs/core_4524_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/core_4524_test.py b/tests/bugs/core_4524_test.py index 8ccccc25..4fc4c318 100644 --- a/tests/bugs/core_4524_test.py +++ b/tests/bugs/core_4524_test.py @@ -113,6 +113,7 @@ def check_page_for_readable_values(dbname, gen_page_number, pg_size, check_seque #---------------------------------------------------------------------------------------------- +@pytest.mark.encryption @pytest.mark.version('>=4.0') def test_1(act_src: Action, act_res: Action, tmp_fbk:Path, capsys):