6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

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

This commit is contained in:
pavel-zotov 2023-12-28 10:19:05 +03:00
parent f82c9c3df4
commit f5129f5111

View File

@ -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):