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_4462_linux_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:18:32 +03:00
parent 159c8a0303
commit 701bd53c13

View File

@ -96,6 +96,7 @@ def print_validation(line: str) -> None:
print(f'VALIDATION LOG: {line.upper()}')
#------------------------------------------------------------------
@pytest.mark.encryption
@pytest.mark.version('>=3.0.5')
@pytest.mark.platform('Linux')
def test_1(act: Action, act_rest_fdb: Action, tmp_zipped_nbk_list: List[Path], tmp_blob_txt: Path, tmp_blob_bin: Path, tmp_rest_fdb: Path, tmp_rest_log: Path, capsys):